svn commit: r541284 - head/math/suitesparse/files

Thierry Thomas thierry at FreeBSD.org
Sun Jul 5 14:55:50 UTC 2020


Author: thierry
Date: Sun Jul  5 14:55:49 2020
New Revision: 541284
URL: https://svnweb.freebsd.org/changeset/ports/541284

Log:
  Remove extra CFLAGS.
  
  See also <https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/51>.
  
  PR:		247763
  Submitted by:	rsmith (at) xs4all.nl

Added:
  head/math/suitesparse/files/patch-SLIP__LU_Lib_Makefile   (contents, props changed)

Added: head/math/suitesparse/files/patch-SLIP__LU_Lib_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/suitesparse/files/patch-SLIP__LU_Lib_Makefile	Sun Jul  5 14:55:49 2020	(r541284)
@@ -0,0 +1,11 @@
+--- SLIP_LU/Lib/Makefile.orig	2020-07-03 16:11:39 UTC
++++ SLIP_LU/Lib/Makefile
+@@ -17,7 +17,7 @@ default: library
+ include ../../SuiteSparse_config/SuiteSparse_config.mk
+ 
+ # uncomment for extra error checking:
+-CFLAGS += -Wall -Wextra -Wpedantic -Werror
++#CFLAGS += -Wall -Wextra -Wpedantic -Werror
+ 
+ # SLIP_LU depends on SuiteSparse_config, AMD, COLAMD, M, GMP, and MPFR
+ LDLIBS += -lsuitesparseconfig -lamd -lcolamd -lm -lgmp -lmpfr


More information about the svn-ports-all mailing list