Brad Smith

Results 70 issues of Brad Smith

01 - Enhancement
09 - Backport-Candidate

Also while looking at this I noticed due to a compiler warning that npy__cpu_init_features_linux() was not enabled on FreeBSD with the original commit c47e9621ebf76f8085ff5ec8b01c07921d14f6a7 thus the code was doing nothing...

01 - Enhancement

``` In file included from ../../src/common/sendpacket.h:30: /usr/include/netinet/if_ether.h:154:17: fatal error: field has incomplete type 'struct arphdr' struct arphdr ea_hdr; /* fixed-size header */ ^ /usr/include/netinet/if_ether.h:154:10: note: forward declaration of 'struct arphdr'...

Add NetBSD and OpenBSD. FreeBSD and OpenBSD use libc++.

Upgrading from 1.5.1 to 1.6.0 on OpenBSD (aarch64) I noticed when running the test suite that Chromaprint now crashes. FFmpeg 6.1.3 ``` arm64$ ./all_tests [==========] Running 98 tests from 25...

If the first try checking for a GCC compatible compiler did not find anything with gcc(1) then fallback to cc(1). FreeBSD / OpenBSD no longer use GCC as the system...

Build Env

With converting over to using CMake I noticed the man pages are not being installed.. ``` -- Install configuration: "Release" -- Installing: /home/brad/ports/pobj/libnfs-6.0.2/fake-aarch64/usr/local/lib/libnfs.so.3.0 -- Installing: /home/brad/ports/pobj/libnfs-6.0.2/fake-aarch64/usr/local/bin/nfs-cat -- Installing: /home/brad/ports/pobj/libnfs-6.0.2/fake-aarch64/usr/local/bin/nfs-ls --...

It would be good to have LLVM OpenMP working on Haiku for both C / C++ (Clang) and Fortran (Flang). I had created an initial diff to get it to...

qsort_r() is now part of POSIX.1-2024. Enable qsort_r() on Android API level 36 AKA Android 16, Hurd (glibc), Haiku, modern FreeBSD 14 versions or newer and modern NetBSD -current or...

CLA Signed