Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 919792 Details for
Bug 950050
dev-python/scipy-1.15.2: can't crosscompile, tries to use dev-python/numpy from CBUILD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch if using pkg-config hack
file_950050.txt (text/plain), 575 bytes, created by
Arniiiii
on 2025-02-23 23:31:25 UTC
(
hide
)
Description:
patch if using pkg-config hack
Filename:
MIME Type:
Creator:
Arniiiii
Created:
2025-02-23 23:31:25 UTC
Size:
575 bytes
patch
obsolete
>diff --git a/scipy/meson.build b/scipy/meson.build >index 73168d8..566f967 100644 >--- a/scipy/meson.build >+++ b/scipy/meson.build >@@ -59,7 +59,10 @@ endif > # > # This uses the path as is, and avoids running the interpreter. > incdir_numpy = meson.get_external_property('numpy-include-dir', 'not-given') >-if incdir_numpy == 'not-given' >+if _numpy_dep.found() >+ incdir_numpy = _numpy_dep.get_variable('includedir') >+ _incdir_numpy_abs = _numpy_dep.get_variable('includedir') >+elif incdir_numpy == 'not-given' > incdir_numpy = run_command(py3, > [ > '-c',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 950050
:
919645
|
919646
|
919647
|
919648
|
919649
|
919650
|
919762
|
919764
| 919792