pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-numba
Module Name: pkgsrc
Committed By: thor
Date: Wed Jun 23 15:36:26 UTC 2021
Modified Files:
pkgsrc/math/py-numba: PLIST.Linux
Log Message:
math/py-numba: fix typo in PLIST.Linux (hotfix, need to settle PLIST entry)
The omppool file is both in PLIST and PLIST.Linux. One needs to go. This hotfix
just removes the typo. Do we remove PLIST.Linux and assume every platform
of interest has working OpenMP? Add Darwin dep for parallel/openmp?
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-numba/PLIST.Linux
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-numba/PLIST.Linux
diff -u pkgsrc/math/py-numba/PLIST.Linux:1.2 pkgsrc/math/py-numba/PLIST.Linux:1.3
--- pkgsrc/math/py-numba/PLIST.Linux:1.2 Mon Apr 8 16:41:45 2019
+++ pkgsrc/math/py-numba/PLIST.Linux Wed Jun 23 15:36:26 2021
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST.Linux,v 1.2 2019/04/08 16:41:45 adam Exp $
-${PYSITELIB}/numba/npyufunc/omppool.so
+@comment $NetBSD: PLIST.Linux,v 1.3 2021/06/23 15:36:26 thor Exp $
+${PYSITELIB}/numba/np/ufunc/omppool.so
Home |
Main Index |
Thread Index |
Old Index