pkgsrc-WIP-changes archive

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

bcf-score: Add parallel/openmp dep



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Oct 7 07:48:02 2024 -0500
Changeset:	ffe6df71387faedde61276d8a85289800ad6b260

Modified Files:
	bcf-score/Makefile

Log Message:
bcf-score: Add parallel/openmp dep

Required by libcholmod, part of suitesparse, but not included in bl3

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

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

diffstat:
 bcf-score/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/bcf-score/Makefile b/bcf-score/Makefile
index 336f918af6..9c0daab0bc 100644
--- a/bcf-score/Makefile
+++ b/bcf-score/Makefile
@@ -71,5 +71,7 @@ do-install:
 .include "../../math/gsl/buildlink3.mk"
 .include "../../math/suitesparse/buildlink3.mk"
 .include "../../lang/python/application.mk"
+# Required by cholmod, a not-always-used component of suitesparse
+.include "../../parallel/openmp/buildlink3.mk"
 .include "../../wip/htslib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index