pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
suitesparse: removed worthless option
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Mon May 20 18:32:59 2024 -0400
Changeset: de1aeec7c3e82bfd4166a69728dd30f56718c75d
Modified Files:
suitesparse/Makefile
Added Files:
suitesparse/TODO
Log Message:
suitesparse: removed worthless option
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de1aeec7c3e82bfd4166a69728dd30f56718c75d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
suitesparse/Makefile | 1 -
suitesparse/TODO | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/suitesparse/Makefile b/suitesparse/Makefile
index 1bc57e1622..96cfb2b009 100644
--- a/suitesparse/Makefile
+++ b/suitesparse/Makefile
@@ -60,7 +60,6 @@ MAKE_FLAGS+= BLAS_LIBRARIES="${LDFLAGS} ${BLAS_LIBS}" \
METIS_PATH="${METIS_PATH}" \
SPQR_CONFIG="${CHOLMOD_CONFIG}" \
LIB="${LIB}" \
- CMAKE_C_FLAGS_RELEASE="-DGBNCPUFEAT"
post-patch:
${CP} ${FILESDIR}/SuiteSparse_config.mk ${WRKSRC}/SuiteSparse_config
diff --git a/suitesparse/TODO b/suitesparse/TODO
new file mode 100644
index 0000000000..cb94573b5d
--- /dev/null
+++ b/suitesparse/TODO
@@ -0,0 +1 @@
+- figure out a way to turn off the CPU stuff from Makefile
Home |
Main Index |
Thread Index |
Old Index