Skip to content

Commit

Permalink
merged master into viscosity
Browse files Browse the repository at this point in the history
  • Loading branch information
dlparkhurst committed Apr 5, 2024
2 parents 2eae3b0 + 1594ee6 commit bf765a3
Show file tree
Hide file tree
Showing 8 changed files with 1,372 additions and 325 deletions.
645 changes: 325 additions & 320 deletions CMakeLists.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion HTMLversion/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
install (FILES phreeqc3.chm DESTINATION ${CMAKE_INSTALL_DOCDIR})
install (FILES phreeqc3.chm DESTINATION ${CMAKE_INSTALL_DOCDIR})
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ AC_LANG(C++)

# Checks for libraries.

# c++11 is required
AX_CXX_COMPILE_STDCXX(11, [ext], [mandatory])

# Checks for header files.
AC_CHECK_HEADERS([float.h limits.h memory.h stddef.h stdlib.h])

Expand Down
2 changes: 1 addition & 1 deletion doc/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# https://code.chs.usgs.gov/coupled/subtrees/phreeqc3-doc
# SRC 2020-12-02T18:39:55-07:00
# SRC 2020-12-02T18:39:55-07:01
#
image: ${CI_REGISTRY}/coupled/containers/buildpack-deps:bionic-scm

Expand Down
Loading

0 comments on commit bf765a3

Please # to comment.