pkgsrc-WIP-changes archive

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

openmp: Move libompd.so to PLIST.Linux



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Sep 30 17:29:48 2024 -0500
Changeset:	aa15a3de867318ceea3f1ff472d431b6b6829a90

Modified Files:
	openmp/PLIST
	openmp/PLIST.Linux

Log Message:
openmp: Move libompd.so to PLIST.Linux

Fails on NetBSD

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

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

diffstat:
 openmp/PLIST       | 1 -
 openmp/PLIST.Linux | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/openmp/PLIST b/openmp/PLIST
index 93f6d2685d..6bc67aa18f 100644
--- a/openmp/PLIST
+++ b/openmp/PLIST
@@ -6,4 +6,3 @@ include/ompx.h
 lib/libgomp.so
 lib/libiomp5.so
 lib/libomp.so
-lib/libompd.so
diff --git a/openmp/PLIST.Linux b/openmp/PLIST.Linux
index 172dd7dbc3..55a1e13956 100644
--- a/openmp/PLIST.Linux
+++ b/openmp/PLIST.Linux
@@ -1,3 +1,4 @@
+lib/libompd.so
 share/gdb/python/ompd/__init__.py
 share/gdb/python/ompd/frame_filter.py
 share/gdb/python/ompd/ompd.py
@@ -5,4 +6,3 @@ 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