19 Commits

Author SHA1 Message Date
OscarL
e7e2140142 lapack: disable cblas, make lapack.pc require openblas.pc. (#11801)
We're making lapack rely on OpenBLAS's implementaiton of BLAS...
and the latter already provides its own "cblas".

Unless we make the _devel package conflict with one another,
we better disable cblas here.

Also: `lapack.pc` still referenced a "blas" .pc file (as would be the case
if we wre using the lapack-provided BLAS).

Changing that to point to openblas.pc instead fixes the meson-based build of
`scipy` (and with no missing symbols at runtime).

Fixes #11784.
2025-02-21 05:25:26 +00:00
Schrijvers Luc
bbd213103b Fix missing prefix in pkgconfig files (#9738) 2023-11-08 10:47:38 +00:00
OscarL
32733af12e lapack: switch to Python 3.9 (#8503)
Moved cmd:python3 to TEST_REQUIRES, as even if it seems like the
build needs it (for "summary tests"), it actually doesn't, and its
only for "make test" we need Python3.

Added $jobArgs, as that speeds up the build quite a lot.

Testes passed 100% with or without that set, in any case.
2023-04-24 12:55:30 +02:00
extrowerk
a726ce40e6 Lapack: bump (#6441) 2021-12-17 11:48:27 -05:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Schrijvers Luc
a7ab4b259b lapack, bump version (#5910) 2021-06-13 16:22:11 +02:00
miqlas
eee858d79d Lapack: bump (#4573)
* Lapack: bump
2020-01-19 14:30:56 +01:00
miqlas
212eb5740f Lapack: revbump (#4039) 2019-07-25 20:07:58 +02:00
miqlas
00d69bdc61 Mass REVBump for sci-libs (#3896) 2019-06-15 22:57:06 -04:00
miqlas
3a180506b9 LAPACK: Fix packaging on x86, enable tests, cleanup, debuginfo (#3017) 2018-09-09 18:13:00 +02:00
Jerome Duval
3ca1dc9c3d sci-*,gnome-base,lxde-base: reorder sections. 2018-08-09 11:21:29 +02:00
miqlas
d217235a08 Lapack: bump after OpenBLAS bump (#2831) 2018-08-03 06:42:08 +02:00
miqlas
4bbd7ef287 Lapack: secondary arch fix (#2273) 2018-03-04 10:22:25 +01:00
waddlesplash
7694149afd lapack: Do not strip.
As per @extrowerk's request.
2017-12-26 14:36:11 -05:00
miqlas
ab50a2904a Lapack: fix pkgconfig files (#1904) 2017-12-26 14:28:20 -05:00
miqlas
d61ba41fba Lapack : bump version (#1792) 2017-11-16 10:05:25 +01:00
Jerome Duval
c30fb4751a lapack: bump version.
compatibility was with version 3.7.0, but there is a symlink for version
3. Any reason for a compatibility with 3.7.0?
2017-07-15 13:41:20 +02:00
Jerome Duval
fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
miqlas
0a321b7bbd lapack: new recipe (#1083) 2017-01-20 06:45:24 +01:00