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: Improve recipe plus conan v2 #17173

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4fa9687
openblas: Improve recipe plus conan v2
joakimono Apr 23, 2023
7c334c4
openblas: Address PR suggestions
joakimono May 3, 2023
67e0d27
openblas: Improve recipe plus conan v2
joakimono Apr 23, 2023
99f8b27
openblas: Address PR suggestions
joakimono May 3, 2023
d2f0c8b
openblas: Add runtime system_requirements for gfortran and openmp
joakimono May 10, 2023
b508230
Merge remote-tracking branch 'origin/openblas/modernize-for-v2' into …
joakimono May 10, 2023
70db8cc
openblas: Remove system_requirements installation
joakimono May 12, 2023
de53262
Add new option with_avx512
joakimono May 15, 2023
057e2e6
Merge branch 'master' into openblas/modernize-for-v2
joakimono May 15, 2023
d2c8a09
Improve user info when using ninja
joakimono May 26, 2023
d579abb
Address reviewer suggestions
joakimono Jun 19, 2023
a907651
Fix linting issues
joakimono Jun 19, 2023
f1d660a
Align custom package_id with Fortran usage
joakimono Jun 19, 2023
c9d3780
Merge branch 'master' into openblas/modernize-for-v2
joakimono Jun 19, 2023
e538afc
Merge branch 'master' into openblas/modernize-for-v2
joakimono Jun 20, 2023
b8c6293
Merge branch 'master' into openblas/modernize-for-v2
joakimono Jun 22, 2023
40bb3e6
Merge branch 'master' into openblas/modernize-for-v2
AbrilRBS Jun 26, 2023
5478dea
Merge branch 'master' into openblas/modernize-for-v2
joakimono Jul 7, 2023
39a4547
Merge remote-tracking branch 'origin/master' into openblas/modernize-…
joakimono Jul 13, 2023
f815f0c
Merge branch 'master' into openblas/modernize-for-v2
joakimono Jul 14, 2023
fa98f9f
Add patches for winnt SDK macro collisions
joakimono Jul 14, 2023
1d2177f
Merge branch 'master' into openblas/modernize-for-v2
joakimono Jul 14, 2023
5ef6c91
Merge branch 'master' into openblas/modernize-for-v2
joakimono Jul 14, 2023
19f2c5d
Use fix_apple_shared_install_name
joakimono Jul 14, 2023
97c0880
Merge branch 'master' into openblas/modernize-for-v2
franramirez688 Aug 9, 2023
a3d8899
Merge branch 'conan-io:master' into openblas/modernize-for-v2
joakimono Aug 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions recipes/openblas/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"0.3.23":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.23.tar.gz"
sha256: "5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114"
"0.3.20":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.20.tar.gz"
sha256: "8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c"
Expand All @@ -17,3 +20,60 @@ sources:
"0.3.10":
url: "https://github.com/xianyi/OpenBLAS/archive/v0.3.10.tar.gz"
sha256: "0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693"

patches:
"0.3.10":
-
patch_file: "patches/0.3.10-0001-Fix-libm-linking-and-fortran-detection.patch"
patch_description: "Fix libm linking, fortran detection and intel fortran"
patch_type: "conan"
-
patch_file: "patches/0.3.10-0002-Macro-collision-winnt-SDK.patch"
patch_description: "Add workaround for another macro name collision with Windows 10 SDK winnt.h"
patch_type: "bugfix"
patch_source: "https://github.com/xianyi/OpenBLAS/pull/3276/files"
"0.3.12":
-
patch_file: "patches/0.3.12-0001-Fix-libm-linking-and-fortran-detection.patch"
patch_description: "Fix libm linking, fortran detection and intel fortran"
patch_type: "conan"
-
patch_file: "patches/0.3.12-0002-Macro-collision-winnt-SDK.patch"
patch_description: "Add workaround for another macro name collision with Windows 10 SDK winnt.h"
patch_type: "bugfix"
patch_source: "https://github.com/xianyi/OpenBLAS/pull/3276/files"
"0.3.13":
-
patch_file: "patches/0.3.13-0001-Fix-libm-linking-and-fortran-detection.patch"
patch_description: "Fix libm linking, fortran detection and intel fortran"
patch_type: "conan"
-
patch_file: "patches/0.3.13-0002-Macro-collision-winnt-SDK.patch"
patch_description: "Add workaround for another macro name collision with Windows 10 SDK winnt.h"
patch_type: "bugfix"
patch_source: "https://github.com/xianyi/OpenBLAS/pull/3276/files"
"0.3.15":
-
patch_file: "patches/0.3.15-0001-Fix-libm-linking-and-fortran-detection.patch"
patch_description: "Fix libm linking, fortran detection and intel fortran"
patch_type: "conan"
-
patch_file: "patches/0.3.15-0002-Macro-collision-winnt-SDK.patch"
patch_description: "Add workaround for another macro name collision with Windows 10 SDK winnt.h"
patch_type: "bugfix"
patch_source: "https://github.com/xianyi/OpenBLAS/pull/3276/files"
"0.3.17":
-
patch_file: "patches/0.3.17-0001-Fix-libm-linking-and-fortran-detection.patch"
patch_description: "Fix libm linking, fortran detection and intel fortran"
patch_type: "conan"
"0.3.20":
-
patch_file: "patches/0.3.20-0001-Fix-libm-linking-and-fortran-detection.patch"
patch_description: "Fix libm linking, fortran detection and intel fortran"
patch_type: "conan"
"0.3.23":
-
patch_file: "patches/0.3.23-0001-Fix-Intel-Fortran-detection-and-flag-change-to-fopen.patch"
patch_description: "Fix intel fortran detection and flag change to -fopenmp"
patch_type: "conan"
Loading