Skip to content

Commit

Permalink
MKL_jll build 2024.0.0+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Dec 4, 2023
1 parent 5963073 commit 7082278
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 55 deletions.
41 changes: 16 additions & 25 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,47 +1,38 @@
[[MKL]]
arch = "i686"
git-tree-sha1 = "5e2ad97f41e3f85cf7f7604695f849c7cbae0dde"
git-tree-sha1 = "8af720140605f40f4fb04394b167e8ff59b3cc2d"
lazy = true
os = "windows"

[[MKL.download]]
sha256 = "779926e006ced493d0edb79965ec552fc4c9439cf01d5b7666c8dcf61a07cbb1"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2023.2.0+0/MKL.v2023.2.0.i686-w64-mingw32.tar.gz"
[[MKL]]
arch = "x86_64"
git-tree-sha1 = "6288063f1c2040dd23c7710d999838037ec279a5"
lazy = true
os = "windows"
libc = "glibc"
os = "linux"

[[MKL.download]]
sha256 = "ec21b290c105c5c6d45f235e89f2a744ea2d56423a7fde9261dad3a7428192b6"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2023.2.0+0/MKL.v2023.2.0.x86_64-w64-mingw32.tar.gz"
sha256 = "d668ee69bce57cb4f61891d4b54feeddd3953480772b256a6fdecdf4ce003bab"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2024.0.0+0/MKL.v2024.0.0.i686-linux-gnu.tar.gz"
[[MKL]]
arch = "i686"
git-tree-sha1 = "df55499fb2ac065774884a1b22d19e246a6c07b8"
git-tree-sha1 = "8cbddaf372665a656867e63afde35289ddbd6eaa"
lazy = true
libc = "glibc"
os = "linux"
os = "windows"

[[MKL.download]]
sha256 = "4e7cbdad1e44288905c53bb859040328502e66b7abba81989d5e4af35e9d0232"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2023.2.0+0/MKL.v2023.2.0.i686-linux-gnu.tar.gz"
sha256 = "f6f4e3f8c80a15485bcbd418d2ee6c4c108e55b9641f748d4532e181f42ea24c"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2024.0.0+0/MKL.v2024.0.0.i686-w64-mingw32.tar.gz"
[[MKL]]
arch = "x86_64"
git-tree-sha1 = "d670351e2fcdac07d02cf73bda5f53e9bea796a6"
git-tree-sha1 = "88a5cf3dbd12839199aa9d803b9cd91bba4feb8c"
lazy = true
libc = "glibc"
os = "linux"

[[MKL.download]]
sha256 = "a735719a386f3f6f47ece8c9e390a6d4de2012c84f61d0fe26c42f9c116822fc"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2023.2.0+0/MKL.v2023.2.0.x86_64-linux-gnu.tar.gz"
sha256 = "422d55ada776c44d66bd56ca8f975677b89333b720994c29353fab28d8b101a2"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2024.0.0+0/MKL.v2024.0.0.x86_64-linux-gnu.tar.gz"
[[MKL]]
arch = "x86_64"
git-tree-sha1 = "f6aab4f9b59c1fb96ec3739748ffdc92c3609965"
git-tree-sha1 = "627190b3418f9b1cfbbf9b16afba530328670386"
lazy = true
os = "macos"
os = "windows"

[[MKL.download]]
sha256 = "227e0e2de91287bd5ec7110be4958b363308c0ba426c59e35e5ed78b8f919998"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2023.2.0+0/MKL.v2023.2.0.x86_64-apple-darwin.tar.gz"
sha256 = "36d5e1e94951d6856432c2f22eee2dec60743babc1aabbfbcd0763369a13a891"
url = "https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2024.0.0+0/MKL.v2024.0.0.x86_64-w64-mingw32.tar.gz"
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name = "MKL_jll"
uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
version = "2023.2.0+0"
version = "2024.0.0+0"

[deps]
IntelOpenMP_jll = "1d5cc7b8-4909-519e-a0f8-d0f5ad9712d0"
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
JLLWrappers = "1.2.0"
julia = "1.0"
julia = "1.6"
LazyArtifacts = "1"
Libdl = "1"
Artifacts = "1"
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `MKL_jll.jl` (v2023.2.0+0)
# `MKL_jll.jl` (v2024.0.0+0)

[![deps](https://juliahub.com/docs/MKL_jll/deps.svg)](https://juliahub.com/ui/Packages/MKL_jll/DHEix?page=2)

This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).

The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/671263b6c1388800c73ab2b0da64ee54e139e1cd/M/MKL/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/80da7de30c6632f05b7e15dc9f779ba16111fb32/M/MKL/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

Expand All @@ -18,13 +18,19 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`

The tarballs for `MKL_jll.jl` have been built from these sources:

* compressed archive: https://anaconda.org/intel/mkl/2023.2.0/download/osx-64/mkl-2023.2.0-intel_49499.tar.bz2 (SHA256 checksum: `aef64fe708b9f6ae7edfaa5e861e954d9bb78e48ff810f9c93237ad716fbe6db`)
* compressed archive: https://anaconda.org/intel/mkl/2024.0.0/download/win-32/mkl-2024.0.0-intel_49657.tar.bz2 (SHA256 checksum: `c9418f0c982f6d914f147bf1262a6d4dc631a3a2de61bae92ffc4e8d9e9d4b14`)
* compressed archive: https://anaconda.org/intel/mkl/2024.0.0/download/win-64/mkl-2024.0.0-intel_49657.tar.bz2 (SHA256 checksum: `5e69fd6314f5ed95da076bdf1a4701aa234dc842d5dfc845d5b2e05e12cd7fcc`)
* compressed archive: https://anaconda.org/intel/mkl/2024.0.0/download/linux-32/mkl-2024.0.0-intel_49656.tar.bz2 (SHA256 checksum: `0445142acaec7f2371682ddce8016049bff8d2ec015a2431b650f3dc03d14720`)
* compressed archive: https://anaconda.org/intel/mkl/2024.0.0/download/linux-64/mkl-2024.0.0-intel_49656.tar.bz2 (SHA256 checksum: `e02ad8cf2b0d1c18c4c0a6a06cb23ec6dc076678ab1e5bbc55876aa56f390458`)

## Platforms

`MKL_jll.jl` is available for the following platforms:

* `macOS x86_64` (`x86_64-apple-darwin`)
* `Linux i686 {libc=glibc}` (`i686-linux-gnu`)
* `Windows i686` (`i686-w64-mingw32`)
* `Linux x86_64 {libc=glibc}` (`x86_64-linux-gnu`)
* `Windows x86_64` (`x86_64-w64-mingw32`)

## Dependencies

Expand Down
23 changes: 0 additions & 23 deletions src/wrappers/x86_64-apple-darwin.jl

This file was deleted.

0 comments on commit 7082278

Please sign in to comment.