pkgsrc-WIP-changes archive

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

chapel: update PLIST



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sat Aug 12 05:17:22 2023 +0200
Changeset:	72c126a9cae0b9bac345b4f362b9bfdc1af77f10

Modified Files:
	chapel/Makefile
	chapel/PLIST

Log Message:
chapel: update PLIST

Not sure what changed, but gmp files are not installed any longer for me.

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

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

diffstat:
 chapel/Makefile | 6 +++---
 chapel/PLIST    | 7 -------
 2 files changed, 3 insertions(+), 10 deletions(-)

diffs:
diff --git a/chapel/Makefile b/chapel/Makefile
index 43f022ce35..36c2e6446d 100644
--- a/chapel/Makefile
+++ b/chapel/Makefile
@@ -23,10 +23,10 @@ CONFIG_SHELL=		bash
 TEST_TARGET=		check
 
 # TODO: detect clang and set to 'clang' instead
-MAKE_ENV+=		CHPL_HOST_COMPILER=gnu
-MAKE_ENV+=		CHPL_TARGET_COMPILER=gnu
+MAKE_ENV+=	CHPL_HOST_COMPILER=gnu
+MAKE_ENV+=	CHPL_TARGET_COMPILER=gnu
 # TODO: llvm 15 is supported yet as of 1.31, use it
-MAKE_ENV+=             CHPL_LLVM=none
+MAKE_ENV+=	CHPL_LLVM=none
 
 LDFLAGS+=		${COMPILER_RPATH_FLAG}${PREFIX}/lib/chapel/1.30/compiler
 
diff --git a/chapel/PLIST b/chapel/PLIST
index 2d297e2726..fdfd355781 100644
--- a/chapel/PLIST
+++ b/chapel/PLIST
@@ -143,13 +143,6 @@ lib/chapel/${VERSION}/third-party/gasnet/Makefile.include
 lib/chapel/${VERSION}/third-party/gasnet/Makefile.setup
 lib/chapel/${VERSION}/third-party/gmp/Makefile
 lib/chapel/${VERSION}/third-party/gmp/Makefile.include
-lib/chapel/${VERSION}/third-party/gmp/install/netbsd64-amd64-unknown-gnu-none/include/gmp.h
-lib/chapel/${VERSION}/third-party/gmp/install/netbsd64-amd64-unknown-gnu-none/lib/libgmp.la
-lib/chapel/${VERSION}/third-party/gmp/install/netbsd64-amd64-unknown-gnu-none/lib/pkgconfig/gmp.pc
-lib/chapel/${VERSION}/third-party/gmp/install/netbsd64-amd64-unknown-gnu-none/share/info/dir
-lib/chapel/${VERSION}/third-party/gmp/install/netbsd64-amd64-unknown-gnu-none/share/info/gmp.info
-lib/chapel/${VERSION}/third-party/gmp/install/netbsd64-amd64-unknown-gnu-none/share/info/gmp.info-1
-lib/chapel/${VERSION}/third-party/gmp/install/netbsd64-amd64-unknown-gnu-none/share/info/gmp.info-2
 lib/chapel/${VERSION}/third-party/hwloc/Makefile
 lib/chapel/${VERSION}/third-party/hwloc/Makefile.include
 lib/chapel/${VERSION}/third-party/jemalloc/Makefile


Home | Main Index | Thread Index | Old Index