You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure: detected Darwin kernel version 23.6.0.
configure: python interpreter search list is: python python3 python2.
configure: found 'python'.
configure: using 'python' as python interpreter.
configure: found python version 3.12.6 (maj: 3, min: 12, rev: 6).
configure: python 3.12.6 appears to be supported.
configure: C compiler search list is: gcc clang cc.
configure: found 'gcc'.
configure: using 'gcc' as C compiler.
configure: found clang version 16.0.0 (maj: 16, min: 0, rev: 0).
configure: checking for blacklisted configurations due to gcc 16.0.0.
configure: checking gcc 16.0.0 against known consequential version ranges.
configure: found assembler ('as') version 16.0.0 (maj: 16, min: 0, rev: 0).
configure: checking for blacklisted configurations due to as 16.0.0.
configure: warning: assembler ('as' 16.0.0) does not support 'bulldozer'; adding to blacklist.
configure: warning: assembler ('as' 16.0.0) does not support 'sandybridge'; adding to blacklist.
configure: warning: assembler ('as' 16.0.0) does not support 'haswell'; adding to blacklist.
configure: warning: assembler ('as' 16.0.0) does not support 'piledriver'; adding to blacklist.
configure: warning: assembler ('as' 16.0.0) does not support 'steamroller'; adding to blacklist.
configure: warning: assembler ('as' 16.0.0) does not support 'excavator'; adding to blacklist.
configure: warning: assembler ('as' 16.0.0) does not support 'skx'; adding to blacklist.
configure: warning: assembler ('as' 16.0.0) does not support 'knl'; adding to blacklist.
configure: warning: The operating system does not support building 'armsve'; adding to blacklist.
configure: configuration blacklist:
configure: bulldozer sandybridge haswell piledriver steamroller excavator skx knl armsve
configure: C++ compiler search list is: g++ clang++ c++.
configure: found 'g++'.
configure: using 'g++' as C++ compiler.
configure: Fortran compiler search list is: gfortran ifort.
configure: found 'gfortran'.
configure: using 'gfortran' as Fortran compiler.
configure: library archiver search list is: ar.
configure: found 'ar'.
configure: using 'ar' as library archiver.
configure: archive indexer search list is: ranlib.
configure: found 'ranlib'.
configure: using 'ranlib' as archive indexer.
configure: reading configuration registry...done.
configure: determining default version string.
configure: found '.git' directory; assuming git clone.
configure: executing: git describe --tags.
configure: got back 0.9.0-156-g827c50b2.
configure: truncating to 0.9.0-156.
configure: starting configuration of BLIS 0.9.0-156.
configure: configuring with official version string.
configure: found shared library .so version '4.0.0'.
configure: .so major version: 4
configure: .so minor.build version: 0.0
configure: automatic configuration requested.
configure: hardware detection driver returned 'firestorm'.
configure: checking configuration against contents of 'config_registry'.
configure: configuration 'firestorm' is registered.
configure: 'firestorm' is defined as having the following sub-configurations:
configure: firestorm
configure: which collectively require the following kernels:
configure: armv8a
configure: checking sub-configurations:
configure: 'firestorm' is registered...and exists.
configure: checking sub-configurations' requisite kernels:
configure: 'armv8a' kernels...exist.
configure: detected --prefix='/opt/local/'.
configure: no install exec_prefix option given; defaulting to PREFIX.
configure: no install libdir option given; defaulting to EXECPREFIX/lib.
configure: no install includedir option given; defaulting to PREFIX/include.
configure: no install sharedir option given; defaulting to PREFIX/share.
configure: final installation directories:
configure: prefix: /opt/local/
configure: exec_prefix: /opt/local/
configure: libdir: /opt/local//lib
configure: includedir: /opt/local//include
configure: sharedir: /opt/local//share
configure: NOTE: the variables above can be overridden when running make.
configure: no preset CFLAGS detected.
configure: no preset CXXFLAGS detected.
configure: no preset LDFLAGS detected.
configure: disabling verbose make output. (enable with 'make V=1'.)
configure: disabling ARG_MAX hack.
configure: debug symbols disabled.
configure: AddressSanitizer support disabled.
configure: building BLIS as both static and shared libraries.
configure: exporting only public symbols within shared library.
configure: LAPACK compatibility is disabled.
configure: ScaLAPACK compatibility is disabled.
configure: no symbols will be omitted.
configure: enabling operating system support.
configure: enabling thread-local storage (TLS) support.
configure: enabling support for single-threading.
configure: requesting slab work partitioning in jr and/or ir loops.
configure: internal memory pools for packing blocks are enabled.
configure: internal memory pools for small blocks are enabled.
configure: memory tracing output is disabled.
configure: libmemkind not found; disabling.
configure: compiler appears to support #pragma omp simd.
configure: the BLAS compatibility layer is enabled.
configure: the CBLAS compatibility layer is disabled.
configure: sup (skinny/unpacked) matrix handling is enabled.
configure: trsm diagonal element pre-inversion is enabled.
configure: the BLIS API integer size is automatically determined.
configure: the BLAS/CBLAS API integer size is 32-bit.
configure: AMD-specific framework files will not be considered.
configure: configuring with no addons.
configure: configuring for conventional gemm implementation.
configure: configuring complex return type as "gnu".
configure: creating ./config.mk from ./build/config.mk.in
configure: creating ./bli_config.h from ./build/bli_config.h.in
configure: creating ./bli_addon.h from ./build/bli_addon.h.in
configure: creating ./obj/firestorm
configure: creating ./obj/firestorm/config/firestorm
configure: creating ./obj/firestorm/kernels/armv8a
configure: creating ./obj/firestorm/ref_kernels/firestorm
configure: creating ./obj/firestorm/frame
configure: creating ./obj/firestorm/blastest
configure: creating ./obj/firestorm/testsuite
configure: creating ./lib/firestorm
configure: creating ./include/firestorm
configure: mirroring ./config/firestorm to ./obj/firestorm/config/firestorm
configure: mirroring ./kernels/armv8a to ./obj/firestorm/kernels/armv8a
configure: mirroring ./ref_kernels to ./obj/firestorm/ref_kernels
configure: mirroring ./ref_kernels to ./obj/firestorm/ref_kernels/firestorm
configure: mirroring ./frame to ./obj/firestorm/frame
configure: creating makefile fragments in ./obj/firestorm/config/firestorm
configure: creating makefile fragments in ./obj/firestorm/kernels/armv8a
configure: creating makefile fragments in ./obj/firestorm/ref_kernels
configure: creating makefile fragments in ./obj/firestorm/frame
configure: configured to build within top-level directory of source distribution.
I'm trying to compile the master branch on a Mac M3 Pro and am running into the below failures form
make check
.System: Macbook Pro (Apple M3 Pro)
OS: Sonoma 14.6
repository version:
0.9.0-156-g827c50b2
Configured with
./configure --prefix=${install_dir} auto
which defaults to
firestorm
. Configure output attached at the bottom of this description.Configure output:
No apparent errors occurred during compilation.
Below are two example failures from
out.cblat2
The text was updated successfully, but these errors were encountered: