Closes usgs-coupled/phreeqcrm#12 (#13)

* Closes usgs-coupled/phreeqcrm#12

* Added yaml-cpp install

* Added yaml-cpp to PhreeqcRM link libraries

* Added yaml-cpp install to cmake builds

* Added compile feature cxx_std_11

* Added toolchain for windows cmake

* Fix autotools build on macOS?

* Changed to c++ headers for math.h and float.h

* Updated 'Test install' step for autotools (macos-latest)
This commit is contained in:
Charlton, Scott R 2023-02-26 16:50:20 -07:00 committed by GitHub
parent 6e14dda95c
commit 9b9ee1b061

View File

@ -29,9 +29,9 @@ typedef unsigned char boolean;
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <math.h>
#include <cmath>
#include <errno.h>
#include <float.h>
#include <cfloat>
#include "phrqtype.h"
#include "cvdense.h"
#include "runner.h"