https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281470
Tao Zhen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #97 from Tao Zhen <[email protected]> --- (In reply to Charlie Li from comment #95) It doesn't build for me. It built before the copy. I have blas and openblas installed from source. # make build ===> License BSD3CLAUSE accepted by the user ===> py311-numpy1-1.26.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py311-numpy1-1.26.4_1 for building ===> Extracting for py311-numpy1-1.26.4_1 => SHA256 Checksum OK for numpy-1.26/numpy-1.26.4.tar.gz. => SHA256 Checksum OK for numpy-1.26/numpy-html.zip. ===> Patching for py311-numpy1-1.26.4_1 ===> Applying FreeBSD patches for py311-numpy1-1.26.4_1 from /usr/ports/math/py-numpy1/files ===> py311-numpy1-1.26.4_1 depends on package: py311-meson-python>=0.15.0 - found ===> py311-numpy1-1.26.4_1 depends on executable: gfortran14 - found ===> py311-numpy1-1.26.4_1 depends on package: pkgconf>=1.3.0_1 - found ===> py311-numpy1-1.26.4_1 depends on package: py311-cython>=3.2.4 - found ===> py311-numpy1-1.26.4_1 depends on file: /usr/local/bin/python3.11 - found ===> py311-numpy1-1.26.4_1 depends on file: /usr/local/bin/as - found ===> py311-numpy1-1.26.4_1 depends on package: py311-build>=0 - found ===> py311-numpy1-1.26.4_1 depends on package: py311-installer>=0 - found ===> py311-numpy1-1.26.4_1 depends on shared library: libopenblas.so - found (/usr/local/lib/libopenblas.so) ===> Configuring for py311-numpy1-1.26.4_1 ===> Building for py311-numpy1-1.26.4_1 * Getting build dependencies for wheel... * Building wheel... + /usr/local/bin/python3.11 /usr/ports/math/py-numpy1/work-py311/numpy-1.26.4/vendored-meson/meson/meson.py setup /usr/ports/math/py-numpy1/work-py311/numpy-1.26.4 /usr/ports/math/py-numpy1/work-py311/numpy-1.26.4/.mesonpy-4vk7nycf -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md -Dallow-noblas=false -Dblas=openblas -Dlapack=openblas --native-file=/usr/ports/math/py-numpy1/work-py311/numpy-1.26.4/.mesonpy-4vk7nycf/meson-python-native-file.ini The Meson build system Version: 1.2.99 Source dir: /usr/ports/math/py-numpy1/work-py311/numpy-1.26.4 Build dir: /usr/ports/math/py-numpy1/work-py311/numpy-1.26.4/.mesonpy-4vk7nycf Build type: native build Project name: NumPy Project version: 1.26.4 C compiler for the host machine: cc (clang 19.1.7 "FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)") C linker for the host machine: cc ld.lld 19.1.7 C++ compiler for the host machine: c++ (clang 19.1.7 "FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)") C++ linker for the host machine: c++ ld.lld 19.1.7 Cython compiler for the host machine: cython (cython 3.2.4) Host machine cpu family: x86_64 Host machine cpu: x86_64 Program python found: YES (/usr/local/bin/python3.11) Found pkg-config: /usr/local/bin/pkg-config (2.4.3) Run-time dependency python found: YES 3.11 Has header "Python.h" with dependency python-3.11: YES Compiler for C supports arguments -fno-strict-aliasing: YES Compiler for C supports arguments -ftrapping-math: YES Test features "SSE SSE2 SSE3" : Supported Test features "SSSE3" : Supported Test features "SSE41" : Supported Test features "POPCNT" : Supported Test features "SSE42" : Supported Test features "AVX" : Supported Test features "F16C" : Supported Test features "FMA3" : Supported Test features "AVX2" : Supported Test features "AVX512F" : Supported Test features "AVX512CD" : Supported Test features "AVX512_KNL" : Unsupported due to Arguments "-msse, -msse2, -msse3, -mssse3, -msse4.1, -mpopcnt, -msse4.2, -mavx, -mf16c, -mfma, -mavx2, -mno-mmx, -mavx512f, -mavx512cd, -mavx512er, -mavx512pf" are not supported Test features "AVX512_KNM" : Unsupported due to Implied feature "AVX512_KNL" is not supported Test features "AVX512_SKX" : Supported Test features "AVX512_CLX" : Supported Test features "AVX512_CNL" : Supported Test features "AVX512_ICL" : Supported Test features "AVX512_SPR" : Supported Configuring npy_cpu_dispatch_config.h using configuration Message: CPU Optimization Options baseline: Requested : min Enabled : SSE SSE2 SSE3 dispatch: Requested : max -xop -fma4 Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL AVX512_SPR Library m found: YES Run-time dependency scipy-openblas found: NO (tried pkgconfig) Found CMake: /usr/local/bin/cmake (3.31.10) WARNING: CMake Toolchain: Failed to determine CMake compilers state WARNING: CMake Toolchain: Failed to determine CMake compilers state Run-time dependency openblas found: NO (tried pkgconfig, pkgconfig, pkgconfig and system) ../numpy/meson.build:174:4: ERROR: Problem encountered: No BLAS library detected! Install one, or use the `allow-noblas` build option (note, this may be up to 100x slower for some linear algebra operations). A full log can be found at /usr/ports/math/py-numpy1/work-py311/numpy-1.26.4/.mesonpy-4vk7nycf/meson-logs/meson-log.txt ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. make[1]: stopped making "/usr/ports/math/py-numpy1/work-py311/.build_done.numpy._usr_local" in /usr/ports/math/py-numpy1 *** Error code 1 Stop. make: stopped making "build" in /usr/ports/math/py-numpy1 -- You are receiving this mail because: You are the assignee for the bug.
