Date: Sun, 8 Sep 2024 19:43:34 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ec40f806c000 - main - science/py-scipy: Fix build with Clang 19 Message-ID: <202409081943.488JhYkQ068406@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec40f806c0006797c83d62e0519d1fa1f3d9cdb6 commit ec40f806c0006797c83d62e0519d1fa1f3d9cdb6 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-09-08 19:42:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-08 19:42:49 +0000 science/py-scipy: Fix build with Clang 19 PR: 280716 Obtained from: https://github.com/scipy/scipy/commit/ab7d08c6148286059f6498ab5c3070268d13cbd9 --- science/py-scipy/Makefile | 3 +++ science/py-scipy/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 5fe354ae0214..0daf1c0a04e2 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -11,6 +11,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ scipy-html-${DISTVERSION}.zip:doc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES+= ab7d08c6148286059f6498ab5c3070268d13cbd9.patch:-p1 # https://github.com/scipy/scipy/pull/21069 + MAINTAINER= python@FreeBSD.org COMMENT= Scientific tools for Python WWW= https://www.scipy.org/ diff --git a/science/py-scipy/distinfo b/science/py-scipy/distinfo index d48020edde76..adf47cea8ae6 100644 --- a/science/py-scipy/distinfo +++ b/science/py-scipy/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1688646879 +TIMESTAMP = 1723220234 SHA256 (scipy-1.11.1.tar.gz) = fb5b492fa035334fd249f0973cc79ecad8b09c604b42a127a677b45a9a3d4289 SIZE (scipy-1.11.1.tar.gz) = 56031509 SHA256 (scipy-html-1.11.1.zip) = e0a90d5fb0b93f0433c63cc1f80c8084e54c0402606a60a7898f61b53be60f13 SIZE (scipy-html-1.11.1.zip) = 50389323 +SHA256 (ab7d08c6148286059f6498ab5c3070268d13cbd9.patch) = 41f357e513cdad1f4dcef1ff299915f2e540d95dcc722d72c9b25bc5a4abfab8 +SIZE (ab7d08c6148286059f6498ab5c3070268d13cbd9.patch) = 1105
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409081943.488JhYkQ068406>