Date: Sun, 5 Jul 2020 14:55:49 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541284 - head/math/suitesparse/files Message-ID: <202007051455.065EtniP033160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007051455.065EtniP033160>