Skip to content

Commit

Permalink
[guix] Add ARM iphreeqc lib name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Nov 2, 2023
1 parent ff0cf4e commit 4adec48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .guix/modules/ogs-package.scm
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
`(#:tests? #f)
)))

(define iphreeqc
(define-public iphreeqc
(package
(name "iphreeqc")
(synopsis "Modules Based on the Geochemical Model PHREEQC for use in scripting and programming languages")
Expand Down
2 changes: 1 addition & 1 deletion scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ CPMFindPackage(

if(_build_chemistry_lib)
if(GUIX_BUILD)
find_library(IPhreeqc iphreeqc REQUIRED)
find_library(IPhreeqc NAMES iphreeqc IPhreeqcrwdi REQUIRED)
else()
CPMAddPackage(
NAME iphreeqc GITHUB_REPOSITORY ufz/iphreeqc GIT_TAG 3.5.0-1
Expand Down

0 comments on commit 4adec48

Please sign in to comment.