Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2024 04:28:03 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: c1b45c2b0e11 - main - math/py-or-tools: Clean up
Message-ID:  <202409250428.48P4S35X039236@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=c1b45c2b0e1132c78c0256aea8e34168845c2293

commit c1b45c2b0e1132c78c0256aea8e34168845c2293
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 04:17:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 04:23:03 +0000

    math/py-or-tools: Clean up
    
    ABSL_LEGACY_THREAD_ANNOTATIONS is no longer needed and has been removed from abseil-cpp.
    
    Reference:      https://cgit.freebsd.org/ports/commit/?id=5dff756fbe4ed7037a37789040b48553c851001b
                    https://github.com/google/or-tools/issues/3655
    Approved by:    portmgr (blanket)
---
 math/py-or-tools/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile
index ecc0a2c936c0..da4c29942594 100644
--- a/math/py-or-tools/Makefile
+++ b/math/py-or-tools/Makefile
@@ -52,7 +52,6 @@ CMAKE_OFF=	BUILD_DEPS BUILD_pybind11 INSTALL_BUILD_DEPS BUILD_TESTING BUILD_EXAM
 CMAKE_ON=	BUILD_PYTHON
 CMAKE_ARGS=	-DSWIG_EXECUTABLE=${LOCALBASE}/bin/swig -DFREEBSD_PYTHON_VER=${PYTHON_VER}
 CONFIGURE_ENV=	UNIX_CBC_DIR=${LOCALBASE} UNIX_CLP_DIR=${LOCALBASE}
-CXXFLAGS+=	-DABSL_LEGACY_THREAD_ANNOTATIONS
 BUILD_ENV=	UNIX_CBC_DIR=${LOCALBASE} UNIX_CLP_DIR=${LOCALBASE}
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}



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