[Bug 203482] [PATCH] math/superlu: Update to version 5.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 31 13:01:03 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203482

--- Comment #4 from tkato432 at yahoo.com ---
Oh, it would appear so.

diff -urN old/SuperLU_5.1/SRC/util.c new/SuperLU_5.1/SRC/util.c
--- old/SuperLU_5.1/SRC/util.c  2015-07-25 05:39:53.000000000 +0000
+++ new/SuperLU_5.1/SRC/util.c  2015-12-18 20:37:31.000000000 +0000
@@ -29,7 +29,7 @@

 void superlu_abort_and_exit(char* msg)
 {
-    fprintf(stderr, msg);
+    fprintf(stderr, "%s", msg);
     exit (-1);
 }

diff -urN old/SuperLU_5.1/make.inc new/SuperLU_5.1/make.inc
--- old/SuperLU_5.1/make.inc    2015-12-03 23:27:55.000000000 +0000
+++ new/SuperLU_5.1/make.inc    2015-12-04 01:06:38.000000000 +0000
@@ -21,7 +21,7 @@
 #
 #  The name of the libraries to be created/linked to
 #
-SuperLUroot    = $(HOME)/Dropbox/Codes/SuperLU/SuperLU_5.1
+SuperLUroot    = $(HOME)/Dropbox/Codes/SuperLU/SuperLU
 SUPERLULIB     = $(SuperLUroot)/lib/libsuperlu_5.1.a

 #BLASLIB       = $(SuperLUroot)/lib/libblas.a

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list