pkgsrc-WIP-changes archive

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

openmp: Separate PLIST.Linux for Python files



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

Modified Files:
	openmp/PLIST
Added Files:
	openmp/PLIST.Linux

Log Message:
openmp: Separate PLIST.Linux for Python files

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

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

diffstat:
 openmp/PLIST       | 7 -------
 openmp/PLIST.Linux | 8 ++++++++
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs:
diff --git a/openmp/PLIST b/openmp/PLIST
index 807a52ae11..93f6d2685d 100644
--- a/openmp/PLIST
+++ b/openmp/PLIST
@@ -7,10 +7,3 @@ 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
diff --git a/openmp/PLIST.Linux b/openmp/PLIST.Linux
new file mode 100644
index 0000000000..172dd7dbc3
--- /dev/null
+++ b/openmp/PLIST.Linux
@@ -0,0 +1,8 @@
+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