Date: Fri, 8 Nov 2024 21:40:48 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: dad31972bed6 - main - science/fleur: update 6.2 =?utf-8?Q?=E2=86=92?= 7.2 Message-ID: <202411082140.4A8LemjO017476@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=dad31972bed6a6e96d5c136f4ece3ca6ff8e0000 commit dad31972bed6a6e96d5c136f4ece3ca6ff8e0000 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-08 14:58:13 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-08 21:40:35 +0000 science/fleur: update 6.2 → 7.2 --- science/fleur/Makefile | 9 +++++---- science/fleur/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/science/fleur/Makefile b/science/fleur/Makefile index 4efe6b534962..4b350805857a 100644 --- a/science/fleur/Makefile +++ b/science/fleur/Makefile @@ -1,6 +1,5 @@ PORTNAME= fleur -DISTVERSION= 6.2 -PORTREVISION= 4 +DISTVERSION= 7.2 CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org @@ -23,7 +22,7 @@ USE_GNOME= libxml2 USE_GITLAB= yes GL_SITE= https://iffgit.fz-juelich.de -GL_TAGNAME= a9f84b504efcb04c6d5bd2f59b6b1a0f9eb6e831 +GL_TAGNAME= 447eed3b7ec3de5fcdfbd232cd1eda4caefb51d3 FFLAGS= -I${LOCALBASE}/include LDFLAGS+= -llapack -lopenblas -lxml2 # to fix missing symbols, see https://iffgit.fz-juelich.de/fleur/fleur/-/issues/670 @@ -80,6 +79,8 @@ post-install: # strip do-test: # now: some tests fail or freeze, possibly because of missing hdf5 and kplib dependencies # was: 9 testcases are known to fail, see https://iffgit.fz-juelich.de/fleur/fleur/-/issues/671 - @cd ${WRKSRC}/tests && pytest ../tests --build_dir=${TEST_WRKSRC} + @cd ${WRKSRC}/testing && pytest tests --build_dir=${TEST_WRKSRC} + +# tests fail to run: INTERNALERROR> pluggy._manager.PluginValidationError: unknown hook 'pytest_html_report_title' in plugin <module 'conftest' from '/usr/ports/science/fleur/work/fleur-447eed3b7ec3de5fcdfbd232cd1eda4caefb51d3/testing/conftest.py'> .include <bsd.port.mk> diff --git a/science/fleur/distinfo b/science/fleur/distinfo index 02c33dfda74e..a2f6b77a97c9 100644 --- a/science/fleur/distinfo +++ b/science/fleur/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690334658 -SHA256 (fleur-fleur-a9f84b504efcb04c6d5bd2f59b6b1a0f9eb6e831_GL0.tar.gz) = ff0898becbb5333471b20770ac22a0f3a7b3ccc2fc8c5746222519db991e9a07 -SIZE (fleur-fleur-a9f84b504efcb04c6d5bd2f59b6b1a0f9eb6e831_GL0.tar.gz) = 50969349 +TIMESTAMP = 1731097464 +SHA256 (fleur-fleur-447eed3b7ec3de5fcdfbd232cd1eda4caefb51d3_GL0.tar.gz) = d80a18d47319208f9ee3cef7c090203e35378a1988caf4414560622fa30a93e8 +SIZE (fleur-fleur-447eed3b7ec3de5fcdfbd232cd1eda4caefb51d3_GL0.tar.gz) = 36659487
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411082140.4A8LemjO017476>