Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (18m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 08:28:31 UTC Now

2023-07-03 20:57:52 UTC pkgsrc-2023Q2 commitmail json YAML

Pullup ticket #6773 - requested by gdt
textproc/py-rapidfuzz: i386 build fix

Revisions pulled up:
- textproc/py-rapidfuzz/Makefile                                1.12

---
  Module Name: pkgsrc
  Committed By: gdt
  Date: Mon Jul  3 13:54:32 UTC 2023

  Modified Files:
  pkgsrc/textproc/py-rapidfuzz: Makefile

  Log Message:
  textprox/py-rapidfuzz: Exclude i386 from avx2 PLIST conditional

  This package had untested code to expect three files that are
  avx2-only when building on i386, but those files don't actually get
  built.  This is almost certainly because not all i486-and-up CPUs have
  avx2 instructions.

  Resolves failure to package on NetBSD 9 i386 using
    cpu0: "Intel(R) Core(TM)2 Duo CPU    T8100  @ 2.10GHz"

(bsiegert)