Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2024 08:51:58 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: 3bc1fbd89a40 - main - misc/py-fastscapelib: Broken on 15; Update WWW
Message-ID:  <202411020851.4A28pwk4040538@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=3bc1fbd89a40d07e774585cb16072ea529e5c0ec

commit 3bc1fbd89a40d07e774585cb16072ea529e5c0ec
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-02 08:26:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-02 08:51:52 +0000

    misc/py-fastscapelib: Broken on 15; Update WWW
    
    Reported by:    fallout
---
 misc/py-fastscapelib/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/misc/py-fastscapelib/Makefile b/misc/py-fastscapelib/Makefile
index 50c91c14342e..dd142735cb90 100644
--- a/misc/py-fastscapelib/Makefile
+++ b/misc/py-fastscapelib/Makefile
@@ -6,11 +6,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Library of efficient algorithms for topographic data
-WWW=		https://fastscapelib.readthedocs.io/en/latest/
+WWW=		https://fastscapelib.readthedocs.io/en/latest/ \
+		https://github.com/fastscape-lem/fastscapelib
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/fastscape-lem/fastscapelib/issues/168
+
 BUILD_DEPENDS=	cmake:devel/cmake-core \
 		xtensor>0:math/xtensor \
 		xtensor-python>0:math/xtensor-python \



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