pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

suitesparse: reported libdl bug



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Wed Jun 12 12:32:26 2024 -0400
Changeset:	654a796a4045851dc626d6d811f7a75d6c5847e9

Modified Files:
	suitesparse/Makefile

Log Message:
suitesparse: reported libdl bug

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=654a796a4045851dc626d6d811f7a75d6c5847e9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 suitesparse/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/suitesparse/Makefile b/suitesparse/Makefile
index aecde566bb..1d41e53dde 100644
--- a/suitesparse/Makefile
+++ b/suitesparse/Makefile
@@ -21,7 +21,7 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../math/openblas/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
-# XXX: file a bug report about this upstream
+# reported at: https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/837
 BUILDLINK_TRANSFORM+=	opt:-ldl:${BUILDLINK_LDADD.dl:Q}
 .include "../../parallel/openmp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index