git: 77ebebf99668 - 2023Q4 - science/votca: Partially fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Nov 2023 01:38:42 UTC
The branch 2023Q4 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=77ebebf996680b73296ea9bd89ebd44acb81f324
commit 77ebebf996680b73296ea9bd89ebd44acb81f324
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-14 17:36:50 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-07 01:38:40 +0000
science/votca: Partially fix build
Define BOOST_TIMER_ENABLE_DEPRECATED in CXXFLAGS to avoid build failure
with newer versions of Boost library
Poudriere reports filesystem violations in usr/local/share/libint
PR: 274437
Reviewed by: yuri (maintainer)
(cherry picked from commit 744d2334a25046ed65a47331b711194fcce877f3)
---
science/votca/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/votca/Makefile b/science/votca/Makefile
index 6c03085bc429..4ad7b95b87f3 100644
--- a/science/votca/Makefile
+++ b/science/votca/Makefile
@@ -44,6 +44,8 @@ SHEBANG_FILES= csg/scripts/csg_call.in csg/scripts/csg_inverse.in \
xtp/scripts/xtp_modify_jobfile.in \
xtp/scripts/xtp_qmmm2qm.in
+CXXFLAGS+= -DBOOST_TIMER_ENABLE_DEPRECATED
+
CMAKE_ON= BUILD_XTP
CMAKE_ARGS= -DLOCALBASE=${LOCALBASE} -DPython_EXECUTABLE=${PYTHON_CMD}