Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2024 06:01:17 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba50837727b0 - main - science/py-segyio: Remove invalid code in setup.py
Message-ID:  <202412110601.4BB61HOI039753@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ba50837727b0fd58b9013047d2b98a644d1fa395

commit ba50837727b0fd58b9013047d2b98a644d1fa395
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-11 05:40:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-11 06:01:14 +0000

    science/py-segyio: Remove invalid code in setup.py
    
    ... that breaks build on 15 (only).
---
 science/py-segyio/files/patch-setup.py | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/science/py-segyio/files/patch-setup.py b/science/py-segyio/files/patch-setup.py
new file mode 100644
index 000000000000..9e084d954ae7
--- /dev/null
+++ b/science/py-segyio/files/patch-setup.py
@@ -0,0 +1,13 @@
+- workaround for https://github.com/equinor/segyio/issues/586
+
+--- setup.py.orig	2024-12-11 05:38:29 UTC
++++ setup.py
+@@ -95,7 +95,7 @@ skbuild.setup(
+         # supported OS X release 10.9
+         '-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9',
+     ],
+-    cmdclass = { 'test': setuptools.command.test.test },
++    #cmdclass = { 'test': setuptools.command.test.test },
+     classifiers = [
+         'Development Status :: 5 - Production/Stable',
+         'Environment :: Other Environment',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412110601.4BB61HOI039753>