view src/stable-octave-2-appid-version.patch @ 4462:8b731cde3aaa

sundials-ida: build against the SuiteSparse KLU library * src/sundials-ida.mk: Depend on suitesparse, add cmake options to enable linking with KLU. * src/sundials-ida-1.patch: New file. * dist-files.mk (SRC_FILES_1): Include it in the list.
author Mike Miller <mtmiller@octave.org>
date Fri, 01 Sep 2017 18:04:27 -0700
parents 2f1309f19b49
children
line wrap: on
line source

diff -r a3447dba35c3 libinterp/corefcn/sysdep.cc
--- a/libinterp/corefcn/sysdep.cc	Fri Mar 17 13:46:16 2017 -0400
+++ b/libinterp/corefcn/sysdep.cc	Fri Mar 17 14:57:02 2017 -0400
@@ -196,7 +196,7 @@
                                            "SetCurrentProcessExplicitAppUserModelID"));
 
       if (pfnSetCurrentProcessExplicitAppUserModelID)
-        pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave");
+        pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave." VERSION);
 
       FreeLibrary (hShell);
     }