pkgsrc-WIP-changes archive

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

chapel: add gmp dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 25 09:37:05 2023 +0100
Changeset:	bae2b2ac37ec6910f8ffedeac63c71e6369ea8d5

Modified Files:
	chapel/Makefile

Log Message:
chapel: add gmp dependency

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

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

diffstat:
 chapel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/chapel/Makefile b/chapel/Makefile
index 1953017553..d8e3c9e48c 100644
--- a/chapel/Makefile
+++ b/chapel/Makefile
@@ -61,6 +61,7 @@ SUBST_SED.penvperl=		-e "s,/usr/bin/env perl,${PERL5},g"
 CHECK_PORTABILITY_SKIP+=	third-party/libunwind/libunwind-src/configure
 CHECK_PORTABILITY_SKIP+=	third-party/libunwind/libunwind-src/tests/check-namespace.sh.in
 
+.include "../../devel/gmp/buildlink3.mk"
 .include "../../lang/llvm/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"


Home | Main Index | Thread Index | Old Index