Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-scipy: fix build.
@ 2023-08-07 12:23 mhmdanas
  2023-08-07 15:06 ` mhmdanas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mhmdanas @ 2023-08-07 12:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages python3-scipy-fix-build
https://github.com/void-linux/void-packages/pull/45472

python3-scipy: fix build.
<!-- Uncomment relevant sections and delete options which are not applicable -->

@ahesford

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45472.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-scipy-fix-build-45472.patch --]
[-- Type: text/x-diff, Size: 624 bytes --]

From a7a68acf32022de8a5ab3ae94b79bc280e9cec22 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 7 Aug 2023 13:19:33 +0100
Subject: [PATCH] python3-scipy: fix build.

---
 srcpkgs/python3-scipy/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index eb7c7a3e01663..344904487a6a2 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -64,6 +64,8 @@ post_patch() {
 		pythran-include-dir = '${_xpy}/pythran'
 		EOF
 	fi
+
+	vsed -e 's/wheel<0\.41\.0/wheel/' -i pyproject.toml
 }
 
 do_build() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-13 11:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 12:23 [PR PATCH] python3-scipy: fix build mhmdanas
2023-08-07 15:06 ` mhmdanas
2023-08-07 15:16 ` ahesford
2023-08-07 15:31 ` mhmdanas
2023-08-08 15:54 ` [PR PATCH] [Updated] " mhmdanas
2023-08-13 11:12 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).