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/1af2d0305befe8b1e3e8ee034a3021e6576b60cc/source_subfolder/driver/others/memory.c: In function ‘alloc_mmap_free’: /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.7/_/_/build/1af2d0305befe8b1e3e8ee034a3021e6576b60cc/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=] 2049 | printf("error code=%d,\trelease->address=%lx\n",errsv,release->address); | ~~^ ~~~~~~~~~~~~~~~~ | | | | long unsigned int void * | %p /home/conan/w/cci_PR-4580/.conan/data/openblas/0.3.7/_/_/build/1af2d0305befe8b1e3e8ee034a3021e6576b60cc/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/1af2d0305befe8b1e3e8ee034a3021e6576b60cc/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=] 585 | fprintf(STDERR, "OpenBLAS blas_thread_init: pthread_create failed for thread %ld of %ld: %s\n", i+1,blas_num_threads,msg); | ~~^ ~~~~~~~~~~~~~~~~ | | | | long int int | %d CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY