Skip to content

Commit b4ede7a

Browse files
committed
Update iphreeqc to 3.8.6
1 parent 4b467a6 commit b4ede7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ FetchContent_MakeAvailable(pybind)
2020
add_subdirectory(${pybind_SOURCE_DIR})
2121

2222
ExternalProject_Add(IPhreeqcBuild
23-
URL https://water.usgs.gov/water-resources/software/PHREEQC/iphreeqc-3.7.3-15968.tar.gz
24-
URL_HASH SHA256=8ad26c75e9060949291c450119d54ed69f352223592d79bc7a5f2512c9656f74
23+
URL https://water.usgs.gov/water-resources/software/PHREEQC/iphreeqc-3.8.6-17100.tar.gz
2524
CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=${CMAKE_SOURCE_DIR}/iphreeqc-install" "-DBUILD_TESTING=OFF" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
2625
INSTALL_DIR "${CMAKE_SOURCE_DIR}/iphreeqc-install"
2726
)

0 commit comments

Comments
 (0)