summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordtbaumann2023-04-15 12:34:50 +0200
committerdtbaumann2023-04-15 12:39:42 +0200
commit41d7893112913eb5c1110c794e253aa4f4f3166e (patch)
treed42b2adb0510434ce228ff7c5085566a5b115033
parent2ec6562dcf5be72f0cd28dfc95d7aca4e698414e (diff)
downloadaur-41d7893112913eb5c1110c794e253aa4f4f3166e.tar.gz
update to 3.7.3 and direct phreeqc logs into /tmp
-rw-r--r--phreeqc-tmplog.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/phreeqc-tmplog.patch b/phreeqc-tmplog.patch
new file mode 100644
index 000000000000..103a1ac8be7e
--- /dev/null
+++ b/phreeqc-tmplog.patch
@@ -0,0 +1,11 @@
+--- src/class_main.cpp.old 2023-02-03 07:02:16.523174913 +0100
++++ src/class_main.cpp 2023-02-03 07:03:26.899163768 +0100
+@@ -422,7 +422,7 @@
+ */
+ if (log == TRUE)
+ {
+- if (!phrq_io->log_open("phreeqc.log"))
++ if (!phrq_io->log_open("/tmp/phreeqc.log"))
+ {
+ error_msg("Cannot open log file, phreeqc.log.", STOP);
+ }