Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2024 06:19:31 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: 5fd3ca471db1 - main - math/py-islpy: Remove unnecessary lines
Message-ID:  <202404260619.43Q6JVOr016379@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=5fd3ca471db1ef69fb1ba44dfd8e4e78a6b55d21

commit 5fd3ca471db1ef69fb1ba44dfd8e4e78a6b55d21
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-26 06:19:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-26 06:19:12 +0000

    math/py-islpy: Remove unnecessary lines
---
 math/py-islpy/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/math/py-islpy/Makefile b/math/py-islpy/Makefile
index 318bc849e407..84a2f78dcb29 100644
--- a/math/py-islpy/Makefile
+++ b/math/py-islpy/Makefile
@@ -25,9 +25,6 @@ USE_PYTHON=	pep517 autoplist pytest
 
 SHEBANG_FILES=	configure.py
 
-xCXXFLAGS+=	-I${WRKSRC}/isl/include \
-		-I${WRKSRC}/isl-supplementary
-
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 TEST_WRKSRC=	${WRKSRC}/test
 



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