git: 80504eeb6042 - main - science/psi4: update 1.9 → 1.9.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Apr 2024 08:05:17 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=80504eeb6042fcd6174b84e75c6dc4a9d67c583e commit 80504eeb6042fcd6174b84e75c6dc4a9d67c583e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-04 07:28:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-04 08:05:04 +0000 science/psi4: update 1.9 → 1.9.1 Reported by: portscout --- science/psi4/Makefile | 3 +-- science/psi4/distinfo | 6 +++--- science/psi4/files/patch-external_upstream_libxc_CMakeLists.txt | 4 ++-- science/psi4/files/patch-psi4_CMakeLists.txt | 8 ++++---- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/science/psi4/Makefile b/science/psi4/Makefile index 773b98811f9d..1a79ca363d60 100644 --- a/science/psi4/Makefile +++ b/science/psi4/Makefile @@ -1,7 +1,6 @@ PORTNAME= psi4 DISTVERSIONPREFIX= v -DISTVERSION= 1.9 -PORTREVISION= 1 +DISTVERSION= 1.9.1 CATEGORIES= science # quantum-chemistry EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/science/psi4/distinfo b/science/psi4/distinfo index a698d15270fd..5dd00e7c26a7 100644 --- a/science/psi4/distinfo +++ b/science/psi4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702021078 -SHA256 (psi4-psi4-v1.9_GH0.tar.gz) = 01429e9f93da3871183204a0406a1c9887329ece10d091857b5bdfbd1013dc8f -SIZE (psi4-psi4-v1.9_GH0.tar.gz) = 45813084 +TIMESTAMP = 1712195169 +SHA256 (psi4-psi4-v1.9.1_GH0.tar.gz) = ccd69bdc1d8319470513b4d3c1e0d737fc7788a50d7e48f8db762a0fcf795dad +SIZE (psi4-psi4-v1.9.1_GH0.tar.gz) = 45817931 diff --git a/science/psi4/files/patch-external_upstream_libxc_CMakeLists.txt b/science/psi4/files/patch-external_upstream_libxc_CMakeLists.txt index 9814391a3e23..fbb1f8ce98b8 100644 --- a/science/psi4/files/patch-external_upstream_libxc_CMakeLists.txt +++ b/science/psi4/files/patch-external_upstream_libxc_CMakeLists.txt @@ -1,7 +1,7 @@ ---- external/upstream/libxc/CMakeLists.txt.orig 2023-12-06 06:01:19 UTC +--- external/upstream/libxc/CMakeLists.txt.orig 2024-02-08 21:08:35 UTC +++ external/upstream/libxc/CMakeLists.txt @@ -1,4 +1,4 @@ --find_package(Libxc 6.0.0 CONFIG QUIET COMPONENTS C) +-find_package(Libxc 6.1.0 CONFIG QUIET COMPONENTS C) +find_package(Libxc REQUIRED CONFIG QUIET COMPONENTS C) if(${Libxc_FOUND}) diff --git a/science/psi4/files/patch-psi4_CMakeLists.txt b/science/psi4/files/patch-psi4_CMakeLists.txt index e4c21180f9f9..de669e05c00a 100644 --- a/science/psi4/files/patch-psi4_CMakeLists.txt +++ b/science/psi4/files/patch-psi4_CMakeLists.txt @@ -1,11 +1,11 @@ ---- psi4/CMakeLists.txt.orig 2023-12-06 06:01:19 UTC +--- psi4/CMakeLists.txt.orig 2024-02-08 21:08:35 UTC +++ psi4/CMakeLists.txt -@@ -223,7 +223,7 @@ else() +@@ -223,7 +223,7 @@ endif() message(STATUS "Disabled BrianQC ${BrianQC_DIR}") endif() --find_package(Libxc 6.0.0 CONFIG REQUIRED COMPONENTS C) -+find_package(Libxc REQUIRED CONFIG REQUIRED COMPONENTS C) +-find_package(Libxc 6.1.0 CONFIG REQUIRED COMPONENTS C) ++find_package(Libxc CONFIG REQUIRED COMPONENTS C) get_property(_loc TARGET Libxc::xc PROPERTY LOCATION) list(APPEND _addons ${_loc}) message(STATUS "${Cyan}Using Libxc${ColourReset}: ${_loc} (version ${Libxc_VERSION})")