Github messages for voidlinux
 help / color / mirror / Atom feed
From: NeelChotai <NeelChotai@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-scipy: update to 1.4.1
Date: Tue, 02 Jun 2020 00:09:53 +0200	[thread overview]
Message-ID: <20200601220953.i6iD4fFgwJq1M7dgENlvzpzgO33uJ3PluEFSWKp0Ly8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22181@inbox.vuxu.org>

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

There is an updated pull request by NeelChotai against master on the void-packages repository

https://github.com/NeelChotai/void-packages python3-scipy-update
https://github.com/void-linux/void-packages/pull/22181

python3-scipy: update to 1.4.1


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

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

From b16efb3c72d8be0c77eb7c2ef7aa6964cf9701c1 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Thu, 21 May 2020 22:58:03 +0100
Subject: [PATCH] python3-scipy: update to 1.4.1

---
 srcpkgs/python3-scipy/patches/musl.patch | 24 ++++++++++++++++++++++++
 srcpkgs/python3-scipy/template           | 11 +++++------
 2 files changed, 29 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/python3-scipy/patches/musl.patch

diff --git a/srcpkgs/python3-scipy/patches/musl.patch b/srcpkgs/python3-scipy/patches/musl.patch
new file mode 100644
index 00000000000..86633576797
--- /dev/null
+++ b/srcpkgs/python3-scipy/patches/musl.patch
@@ -0,0 +1,24 @@
+From ca790a5237dbbf7dc48396a6851576274383eda5 Mon Sep 17 00:00:00 2001
+From: Neel Chotai <neel@chot.ai>
+Date: Mon, 1 Jun 2020 22:47:38 +0100
+Subject: [PATCH] fix musl compilation
+
+---
+ scipy/optimize/rectangular_lsap/rectangular_lsap.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp b/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp
+index 9bb930d23..81930f34e 100644
+--- scipy/optimize/rectangular_lsap/rectangular_lsap.cpp
++++ scipy/optimize/rectangular_lsap/rectangular_lsap.cpp
+@@ -44,6 +44,7 @@ Author: PM Larsen
+ #include <cmath>
+ #include "rectangular_lsap.h"
+ #include <vector>
++#include <stdint.h>
+ 
+ static int
+ augmenting_path(int nc, std::vector<double>& cost, std::vector<double>& u,
+-- 
+2.26.2
+
diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template
index 139e9b1dfe0..7961107ed52 100644
--- a/srcpkgs/python3-scipy/template
+++ b/srcpkgs/python3-scipy/template
@@ -1,13 +1,12 @@
 # Template file for 'python3-scipy'
 pkgname=python3-scipy
-version=1.3.2
-revision=2
+version=1.4.1
+revision=1
 wrksrc="scipy-${version}"
 build_style=python3-module
-pycompile_module="scipy"
 make_check_args="--force"
-hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
-makedepends="python3-devel python3-numpy lapack-devel"
+hostmakedepends="python3-setuptools python3-Cython gcc-fortran python3-pybind11"
+makedepends="python3-devel python3-numpy lapack-devel openblas-devel"
 depends="python3-numpy"
 checkdepends="python3-nose"
 short_desc="Scientific library for Python3"
@@ -15,7 +14,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://scipy.org/scipylib/"
 distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.xz"
-checksum=1d2f09bcb6c4b66a65d9f49d21fa065f5396c940edac8285b87947b8d21b55f8
+checksum=037e649b39b614c37f74ad4b8711bedb89b4f31385ce90716903c31140467173
 
 nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/24733/steps/shell_3/logs/stdio"
 

  parent reply	other threads:[~2020-06-01 22:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-21 21:59 [PR PATCH] " NeelChotai
2020-05-21 22:32 ` ericonr
2020-05-21 22:33 ` ericonr
2020-05-21 22:33 ` ericonr
2020-05-28 22:03 ` st3r4g
2020-06-01 21:53 ` [PR PATCH] [Updated] " NeelChotai
2020-06-01 22:09 ` NeelChotai [this message]
2020-06-01 22:43 ` NeelChotai
2020-06-01 23:56 ` NeelChotai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200601220953.i6iD4fFgwJq1M7dgENlvzpzgO33uJ3PluEFSWKp0Ly8@z \
    --to=neelchotai@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).