pkgsrc-WIP-changes archive

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

openmp: Fix build on Alma 8



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Mon Sep 30 17:21:18 2024 -0500
Changeset:	f692abf18c4ebe03c4eb41ef68e3705a060cfa82

Modified Files:
	openmp/Makefile
	openmp/PLIST

Log Message:
openmp: Fix build on Alma 8

Could not find Python.h

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

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

diffstat:
 openmp/Makefile |  1 +
 openmp/PLIST    | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diffs:
diff --git a/openmp/Makefile b/openmp/Makefile
index 116202202b..4063daba35 100644
--- a/openmp/Makefile
+++ b/openmp/Makefile
@@ -23,5 +23,6 @@ CMAKE_CONFIGURE_ARGS+=	-DOPENMP_ENABLE_OMPT_TOOLS=OFF
 BUILDLINK_TRANSFORM.NetBSD+=	opt:-std=c++17:-std=gnu++17 # alloca
 
 .include "../../devel/cmake/build.mk"
+.include "../../lang/python/application.mk"
 .include "../../wip/llvm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/openmp/PLIST b/openmp/PLIST
index 54ae8338d1..807a52ae11 100644
--- a/openmp/PLIST
+++ b/openmp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/06/17 16:35:44 adam Exp $
+@comment $NetBSD$
 include/omp-tools.h
 include/omp.h
 include/ompt.h
@@ -6,3 +6,11 @@ include/ompx.h
 lib/libgomp.so
 lib/libiomp5.so
 lib/libomp.so
+lib/libompd.so
+share/gdb/python/ompd/__init__.py
+share/gdb/python/ompd/frame_filter.py
+share/gdb/python/ompd/ompd.py
+share/gdb/python/ompd/ompdModule.so
+share/gdb/python/ompd/ompd_address_space.py
+share/gdb/python/ompd/ompd_callbacks.py
+share/gdb/python/ompd/ompd_handles.py


Home | Main Index | Thread Index | Old Index