Date: Tue, 21 Apr 2026 06:39:10 +0000 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: 08a81ef6d4f6 - main - science/erkale: update g202204=?utf-8?Q?05 =E2=86=92 g?=20260415 Message-ID: <69e71b8e.1a4f6.174d4b87@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=08a81ef6d4f6212018e10e9cfc3da794a6e25938 commit 08a81ef6d4f6212018e10e9cfc3da794a6e25938 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-21 06:24:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-21 06:39:04 +0000 science/erkale: update g20220405 → g20260415 --- science/erkale/Makefile | 13 ++++++---- science/erkale/distinfo | 6 ++--- science/erkale/files/patch-src_dftfuncs.cpp | 38 ----------------------------- 3 files changed, 11 insertions(+), 46 deletions(-) diff --git a/science/erkale/Makefile b/science/erkale/Makefile index c99f52081788..770e6e9bf0cc 100644 --- a/science/erkale/Makefile +++ b/science/erkale/Makefile @@ -1,6 +1,5 @@ PORTNAME= erkale -DISTVERSION= g20220405 -PORTREVISION= 11 +DISTVERSION= g20260415 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -31,7 +30,7 @@ USE_CXXSTD= c++14 # fix build with clang16 due to use of deprecated feature std: USE_GITHUB= yes GH_ACCOUNT= susilehtola -GH_TAGNAME= f005a9ed588d7b6fcda54648db16523419308cbd +GH_TAGNAME= 71a378a85ecb14e5a7615e5ccd18eb3fb9335736 TEST_TARGET= test @@ -66,8 +65,12 @@ OPENBLAS_CMAKE_ON= -DLAPACK_LIBRARIES:STRING=-lopenblas -DBLAS_LIBRARIES:STRING= .if ${FLAVOR} == parallel post-install: - @${MV} ${STAGEDIR}${PREFIX}/include/erkale ${STAGEDIR}${PREFIX}/include/erkale${SUFFIX} - @${MV} ${STAGEDIR}${PREFIX}/bin/erkale_bastool ${STAGEDIR}${PREFIX}/bin/erkale_bastool${SUFFIX} + @if [ -d ${STAGEDIR}${PREFIX}/include/erkale ]; then \ + ${MV} ${STAGEDIR}${PREFIX}/include/erkale ${STAGEDIR}${PREFIX}/include/erkale${SUFFIX}; \ + fi + @if [ -e ${STAGEDIR}${PREFIX}/bin/erkale_bastool ]; then \ + ${MV} ${STAGEDIR}${PREFIX}/bin/erkale_bastool ${STAGEDIR}${PREFIX}/bin/erkale_bastool${SUFFIX}; \ + fi .endif .include <bsd.port.mk> diff --git a/science/erkale/distinfo b/science/erkale/distinfo index 4b8075813bb9..84e27650e651 100644 --- a/science/erkale/distinfo +++ b/science/erkale/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653414365 -SHA256 (susilehtola-erkale-g20220405-f005a9ed588d7b6fcda54648db16523419308cbd_GH0.tar.gz) = 70580f7c9e47c7daca55d5477dd5d40ce204250b5d42c8154fd5976460b07249 -SIZE (susilehtola-erkale-g20220405-f005a9ed588d7b6fcda54648db16523419308cbd_GH0.tar.gz) = 45624288 +TIMESTAMP = 1776702283 +SHA256 (susilehtola-erkale-g20260415-71a378a85ecb14e5a7615e5ccd18eb3fb9335736_GH0.tar.gz) = ceccd555f51d650d899e78d810791290bf3025c309b2d5be308c7b249a494fe4 +SIZE (susilehtola-erkale-g20260415-71a378a85ecb14e5a7615e5ccd18eb3fb9335736_GH0.tar.gz) = 45637133 diff --git a/science/erkale/files/patch-src_dftfuncs.cpp b/science/erkale/files/patch-src_dftfuncs.cpp deleted file mode 100644 index 7961ddc433b2..000000000000 --- a/science/erkale/files/patch-src_dftfuncs.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- src/dftfuncs.cpp.orig 2022-04-05 18:34:51 UTC -+++ src/dftfuncs.cpp -@@ -434,7 +434,7 @@ double exact_exchange(int func_id) { - } - - --#if XC_MAJOR_VERSION >= 6 -+#if XC_MAJOR_VERSION > 6 - switch(xc_hyb_type(&func)) { - case(XC_HYB_HYBRID): - f=xc_hyb_exx_coef(&func); -@@ -480,7 +480,7 @@ bool is_supported(int func_id) { - throw std::runtime_error(oss.str()); - } - // Get flag --#if XC_MAJOR_VERSION >= 6 -+#if XC_MAJOR_VERSION > 6 - switch(xc_hyb_type(&func)) { - case(XC_HYB_SEMILOCAL): - case(XC_HYB_HYBRID): -@@ -514,7 +514,7 @@ bool is_range_separated(int func_id, bool check) { - oss << "Functional "<<func_id<<" not found!"; - throw std::runtime_error(oss.str()); - } --#if XC_MAJOR_VERSION >= 6 -+#if XC_MAJOR_VERSION > 6 - ans=(xc_hyb_type(&func) == XC_HYB_CAM); - #else - // Get flag -@@ -571,7 +571,7 @@ void range_separation(int func_id, double & omega, dou - xc_func_set_ext_params(&func, pars.memptr()); - } - --#if XC_MAJOR_VERSION >= 6 -+#if XC_MAJOR_VERSION > 6 - switch(xc_hyb_type(&func)) { - case(XC_HYB_HYBRID): - case(XC_HYB_CAM):home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e71b8e.1a4f6.174d4b87>
