fix bnc#775418: SuiteSparse does not ship library which contains the symbol SuiteSparse_time. because we miss to package libsuitesparseconfig. and bnc#746867 cholmod from suitesparse should be GPL-2.0 and/or LGPL-2.0 licensed (forwarded request 131023 from MargueriteSu) OBS-URL: https://build.opensuse.org/request/show/131025 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=5
13 lines
493 B
Diff
13 lines
493 B
Diff
diff -urN SuiteSparse.orig/SuiteSparse_config/Makefile SuiteSparse/SuiteSparse_config/Makefile
|
|
--- SuiteSparse.orig/SuiteSparse_config/Makefile 2012-08-15 10:44:18.241183146 +0800
|
|
+++ SuiteSparse/SuiteSparse_config/Makefile 2012-08-16 01:00:40.966163200 +0800
|
|
@@ -18,7 +18,7 @@
|
|
$(CC) $(CF) -c SuiteSparse_config.c
|
|
$(ARCHIVE) libsuitesparseconfig.a SuiteSparse_config.o
|
|
$(RANLIB) libsuitesparseconfig.a
|
|
- - $(RM) SuiteSparse_config.o
|
|
+# - $(RM) SuiteSparse_config.o
|
|
|
|
distclean: purge
|
|
|