pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numba math/py-numba: fix typo in PLIST.Linux (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6924a51d7692
branches:  trunk
changeset: 454850:6924a51d7692
user:      thor <thor%pkgsrc.org@localhost>
date:      Wed Jun 23 15:36:26 2021 +0000

description:
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?

diffstat:

 math/py-numba/PLIST.Linux |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (8 lines):

diff -r 773d48a87504 -r 6924a51d7692 math/py-numba/PLIST.Linux
--- a/math/py-numba/PLIST.Linux Wed Jun 23 13:10:28 2021 +0000
+++ b/math/py-numba/PLIST.Linux Wed Jun 23 15:36:26 2021 +0000
@@ -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