Mageia Bugzilla – Attachment 12242 Details for
Bug 28191
Weird package name for openblas library flavours
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch2 for openblas names
openblas.spec.2.diff (text/plain), 1.69 KB, created by
Giuseppe Ghibò
on 2021-01-21 22:00:43 CET
(
hide
)
Description:
patch2 for openblas names
Filename:
MIME Type:
Creator:
Giuseppe Ghibò
Created:
2021-01-21 22:00:43 CET
Size:
1.69 KB
patch
obsolete
>Index: openblas.spec >=================================================================== >--- openblas.spec (revision 1672817) >+++ openblas.spec (working copy) >@@ -1,16 +1,18 @@ > %global major 0 >-%define devname %mklibname %{name} -d >-%define develsname %mklibname %{name} -d -s >-%define libopenmp %mklibname openmp %major >-%define libopenmp64 %mklibname openmp64 %major >-%define libopenmp64_ %mklibname openmp64_ %major >-%define libserial %mklibname serial %major >-%define libserial64 %mklibname serial64 %major >-%define libserial64_ %mklibname serial64_ %major >-%define libthreads %mklibname threads %major >-%define libthreads64 %mklibname threads64 %major >-%define libthreads64_ %mklibname threads64_ %major > >+%define blasname openblas >+%define devname %mklibname %{blasname} -d >+%define develsname %mklibname %{blasname} -d -s >+%define libopenmp %mklibname %{blasname}o %major >+%define libopenmp64 %mklibname %{blasname}o64 %major >+%define libopenmp64_ %mklibname %{blasname}o64_ %major >+%define libserial %mklibname %{blasname}s %major >+%define libserial64 %mklibname %{blasname}s64 %major >+%define libserial64_ %mklibname %{blasname}s64_ %major >+%define libthreads %mklibname %{blasname}p %major >+%define libthreads64 %mklibname %{blasname}p64 %major >+%define libthreads64_ %mklibname %{blasname}p64_ %major >+ > %bcond_with system_lapack > # Version of bundled lapack > %global lapackver 3.9.0 >@@ -28,7 +30,7 @@ > > Name: openblas > Version: 0.3.12 >-Release: %mkrel 4 >+Release: %mkrel 5 > Summary: An optimized BLAS library based on GotoBLAS2 > Group: Sciences/Mathematics > License: BSD
Index: openblas.spec =================================================================== --- openblas.spec (revision 1672817) +++ openblas.spec (working copy) @@ -1,16 +1,18 @@ %global major 0 -%define devname %mklibname %{name} -d -%define develsname %mklibname %{name} -d -s -%define libopenmp %mklibname openmp %major -%define libopenmp64 %mklibname openmp64 %major -%define libopenmp64_ %mklibname openmp64_ %major -%define libserial %mklibname serial %major -%define libserial64 %mklibname serial64 %major -%define libserial64_ %mklibname serial64_ %major -%define libthreads %mklibname threads %major -%define libthreads64 %mklibname threads64 %major -%define libthreads64_ %mklibname threads64_ %major +%define blasname openblas +%define devname %mklibname %{blasname} -d +%define develsname %mklibname %{blasname} -d -s +%define libopenmp %mklibname %{blasname}o %major +%define libopenmp64 %mklibname %{blasname}o64 %major +%define libopenmp64_ %mklibname %{blasname}o64_ %major +%define libserial %mklibname %{blasname}s %major +%define libserial64 %mklibname %{blasname}s64 %major +%define libserial64_ %mklibname %{blasname}s64_ %major +%define libthreads %mklibname %{blasname}p %major +%define libthreads64 %mklibname %{blasname}p64 %major +%define libthreads64_ %mklibname %{blasname}p64_ %major + %bcond_with system_lapack # Version of bundled lapack %global lapackver 3.9.0 @@ -28,7 +30,7 @@ Name: openblas Version: 0.3.12 -Release: %mkrel 4 +Release: %mkrel 5 Summary: An optimized BLAS library based on GotoBLAS2 Group: Sciences/Mathematics License: BSD
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28191
:
12241
| 12242