git: 034042a98989 - main - science/elk: update 9.6.8 → 10.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jun 2024 18:50:42 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=034042a989899d119f7a7b8e6d7aa222378fe4b7 commit 034042a989899d119f7a7b8e6d7aa222378fe4b7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-26 18:50:05 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-26 18:50:37 +0000 science/elk: update 9.6.8 → 10.0.1 --- science/elk/Makefile | 7 +++---- science/elk/distinfo | 6 +++--- science/elk/files/patch-src_Makefile | 8 ++++---- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/science/elk/Makefile b/science/elk/Makefile index 8753d84b154e..43defb8f83bd 100644 --- a/science/elk/Makefile +++ b/science/elk/Makefile @@ -1,8 +1,7 @@ PORTNAME= elk -DISTVERSION= 9.6.8 -PORTREVISION= 1 +DISTVERSION= 10.0.1 CATEGORIES= science -MASTER_SITES= SF/${PORTNAME}/ +MASTER_SITES= https://elk.sourceforge.io/ PKGNAMESUFFIX= -chemistry DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX} @@ -80,6 +79,6 @@ do-install-EXAMPLES-on: do-test: # several tests fail, see https://sourceforge.net/p/elk/discussion/897822/thread/5d7862dd8b/ @cd ${WRKSRC}/tests && ./test.sh -# tests crash randomly, see https://sourceforge.net/p/elk/discussion/897820/thread/f7b5859624/ +# 1 test (test_024) fails, reported to dewhurst@mpi-halle.mpg.de on 2026-06-26 (before was: see https://sourceforge.net/p/elk/discussion/897820/thread/f7b5859624/) .include <bsd.port.post.mk> diff --git a/science/elk/distinfo b/science/elk/distinfo index 5de313a0e555..0f3c65aa3455 100644 --- a/science/elk/distinfo +++ b/science/elk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718259024 -SHA256 (elk-chemistry/elk-9.6.8.tgz) = d5b60406744a13be42a258a6efd9545ce38a7006d8e76e40e3770368e05c1dae -SIZE (elk-chemistry/elk-9.6.8.tgz) = 2985219 +TIMESTAMP = 1719415175 +SHA256 (elk-chemistry/elk-10.0.1.tgz) = 7476d6717644476bdaf7d6e7700c9d2e78307e1c110f7b73ae69ef0afee8e09e +SIZE (elk-chemistry/elk-10.0.1.tgz) = 2893847 diff --git a/science/elk/files/patch-src_Makefile b/science/elk/files/patch-src_Makefile index 7dd7cc11a06b..c03141298026 100644 --- a/science/elk/files/patch-src_Makefile +++ b/science/elk/files/patch-src_Makefile @@ -1,11 +1,11 @@ ---- src/Makefile.orig 2024-05-30 20:02:23 UTC +--- src/Makefile.orig 2024-06-26 12:48:58 UTC +++ src/Makefile -@@ -96,7 +96,7 @@ SRC_main1 = \ +@@ -98,7 +98,7 @@ SRC_main1 = \ rfmtsm.f90 rbshtip.f90 rfshtip.f90 zbshtip.f90 zfshtip.f90 cbsht.f90 \ cbshtip.f90 cfshtip.f90 gencvclmt.f90 zcfmtinp.f90 zcfinp.f90 \ ggamt_3.f90 ggair_3.f90 piezoelt.f90 magnetoelt.f90 rmtavrg.f90 \ -- zlrzncnv.f90 efieldmt.f90 writeefield.f90 sort.f90 -+ zlrzncnv.f90 efieldmt.f90 writeefield.f90 sort.f90 mkl_stub.f90 +- zlrzncnv.f90 efieldmt.f90 writeefield.f90 ++ zlrzncnv.f90 efieldmt.f90 writeefield.f90 mkl_stub.f90 SRC_main = $(SRC_main0) $(SRC_main1)