Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openblas: add v0.3.28, drop old versions and patches, add OpenMP and ILP64 support #25344

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
42 changes: 24 additions & 18 deletions recipes/openblas/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"0.3.28":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.28.tar.gz"
sha256: "f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1"
"0.3.27":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.27.tar.gz"
sha256: "aa2d68b1564fe2b13bc292672608e9cdeeeb6dc34995512e65c3b10f4599e897"
Expand All @@ -11,21 +14,24 @@ sources:
"0.3.24":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.24.tar.gz"
sha256: "ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132"
"0.3.20":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.20.tar.gz"
sha256: "8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c"
"0.3.17":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.17.tar.gz"
sha256: "df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f"
"0.3.15":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.15.tar.gz"
sha256: "30a99dec977594b387a17f49904523e6bc8dd88bd247266e83485803759e4bbe"
"0.3.13":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz"
sha256: "79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e"
"0.3.12":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.12.tar.gz"
sha256: "65a7d3a4010a4e3bd5c0baa41a234797cd3a1735449a4a5902129152601dc57b"
"0.3.10":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz"
sha256: "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693"
patches:
"0.3.28":
- patch_file: "patches/0001-use-openmp-target.patch"
patch_description: "Use OpenMP target instead of flags for llvm-openmp"
patch_type: "conan"
"0.3.27":
- patch_file: "patches/0001-use-openmp-target.patch"
patch_description: "Use OpenMP target instead of flags for llvm-openmp"
patch_type: "conan"
"0.3.26":
- patch_file: "patches/0001-use-openmp-target.patch"
patch_description: "Use OpenMP target instead of flags for llvm-openmp"
patch_type: "conan"
"0.3.25":
- patch_file: "patches/0001-use-openmp-target.patch"
patch_description: "Use OpenMP target instead of flags for llvm-openmp"
patch_type: "conan"
"0.3.24":
- patch_file: "patches/0001-use-openmp-target.patch"
patch_description: "Use OpenMP target instead of flags for llvm-openmp"
patch_type: "conan"
Loading