Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 13:01:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203482] [PATCH] math/superlu: Update to version 5.1
Message-ID:  <bug-203482-13-3gtx4FaELS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203482-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203482-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203482

--- Comment #4 from tkato432@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    =3D $(HOME)/Dropbox/Codes/SuperLU/SuperLU_5.1
+SuperLUroot    =3D $(HOME)/Dropbox/Codes/SuperLU/SuperLU
 SUPERLULIB     =3D $(SuperLUroot)/lib/libsuperlu_5.1.a

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203482-13-3gtx4FaELS>