CMake Warning at source_subfolder/CMakeLists.txt:64 (message): CMake support is experimental. It does not yet support all build options and may not produce the same Makefiles that OpenBLAS ships with. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY USE_LOCKING /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.7/_/_/build/dee4b9ce44fdae2d2964fed5d1ed8216ef333f2e/source_subfolder/driver/others/memory.c: In function ‘alloc_mmap_free’: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.7/_/_/build/dee4b9ce44fdae2d2964fed5d1ed8216ef333f2e/source_subfolder/driver/others/memory.c:2049:51: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘void *’ [-Wformat=] printf("error code=%d,\trelease->address=%lx\n",errsv,release->address); ~~^ ~~~~~~~~~~~~~~~~ %p /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.7/_/_/build/dee4b9ce44fdae2d2964fed5d1ed8216ef333f2e/source_subfolder/driver/others/blas_server.c: In function ‘blas_thread_init’: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.7/_/_/build/dee4b9ce44fdae2d2964fed5d1ed8216ef333f2e/source_subfolder/driver/others/blas_server.c:585:95: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Wformat=] fprintf(STDERR, "OpenBLAS blas_thread_init: pthread_create failed for thread %ld of %ld: %s\n", i+1,blas_num_threads,msg); ~~^ ~~~~~~~~~~~~~~~~ %d CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY