Commit Graph

13 Commits

Author SHA1 Message Date
OscarL
abca667abe scipy: update to version 1.15.1. (#11783)
Needs fixed lapack package (#11801) merged first.

With that, this builds, installs and smoke test (`python3 -c "import scipy; help(scipy)"`)
work OK. Previously we where getting missing symbols when attempting scipy builds using meson.

Now we instruct the build to use lapack for LAPACK. At least until we decide to just let openblas
handle BLAS *and* LAPACK.

Solves the issue seen on PR #11536.
2025-02-21 06:03:26 +00:00
Schrijvers Luc
ff1b6a0972 scipy, enable recipe (#11139) 2024-09-17 20:12:48 +00:00
Schrijvers Luc
29a8db3e07 scipy, revbump for rebuild (#11138) 2024-09-17 20:02:56 +00:00
OscarL
c70561db3c scipy: disable recipe for now. (#10720)
* noteshrink: fix missing executable permision.

Forgot to do this when combined the "sed" + "cp" lines I had before.

* scipy: disable recipe to avoid future hangs on the buildmasters.
2024-07-21 19:07:48 +02:00
OscarL
82cc8949c8 scipy: recipe cleanups, drop Python 3.9 support. (#10706) 2024-07-17 12:02:05 +02:00
OscarL
70ac5cadda python3.8: bulk removal of now obsolete "_python38" packages. (#9328)
* python3.8: bulk removal of now obsolete "_python38" packages.

Done via scripting. No functional change intended or expected.

Some manual tweaks will follow.

* python3.8: further manual tweaks after bulk-3.8-removal.

Unlike the previous commit with automated changes,
I've tested builds for *these* recipes in beta4 64 bits.
2023-09-01 18:19:50 +00:00
Schrijvers Luc
652d5d8d2a scipy, revbump for newer numpy (#7221) 2022-09-18 07:30:17 +02: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
iam-git
cb9092f891 scipy: enable python versions 3.8 and 3.9. ndimage import fix in stats module (#6148)
Co-authored-by: Aleksei Gerasimov <aleksei.gerasimov@vutbr.cz>
2021-09-11 09:17:06 +02:00
Schrijvers Luc
6eecb6a373 scipy, bump version, enable build (#5951) 2021-06-13 17:34:07 +02:00
Schrijvers Luc
e5a4eec2f1 scipy, mark as broken on all arch's (#5687) 2021-02-07 17:07:11 +01:00
Schrijvers Luc
a58f4e5c5a scipy, remove remaining references to python 3.6 (#5685) 2021-02-07 16:36:49 +01:00
Schrijvers Luc
62843efc6a scipy, disable python 3.6 as numpy doesn't support it any more (#5684) 2021-02-07 16:30:04 +01:00