Skip to content

Commit

Permalink
science/psi4: update 1.9 → 1.9.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 4, 2024
1 parent c68103a commit 80504ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions 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}

Expand Down
6 changes: 3 additions & 3 deletions 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
@@ -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})
Expand Down
8 changes: 4 additions & 4 deletions 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})")

0 comments on commit 80504ee

Please sign in to comment.