Closed alexunsworthfb closed 3 years ago
Please provide failure log /Users/alexunsworth/vcpkg/buildtrees/arrayfire/install-x64-osx-dbg-err.log.
Thanks.
Debug information is not split on OSX
CUDA_TOOLKIT_ROOT_DIR not found or specified
CMake Warning (dev) at /Users/alexunsworth/vcpkg/downloads/tools/cmake-3.20.2-osx/cmake-3.20.2-macos-universal/CMake.app/Contents/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to find_package_handle_standard_args
(LAPACK)
does not match the name of the calling package (LAPACKE). This can lead to
problems in calling code that expects find_package
result variables
(e.g., _FOUND
) to follow a certain pattern.
Call Stack (most recent call first):
CMakeModules/FindLAPACKE.cmake:153 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
/Users/alexunsworth/vcpkg/scripts/buildsystems/vcpkg.cmake:771 (_find_package)
CMakeLists.txt:45 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /Users/alexunsworth/vcpkg/downloads/tools/cmake-3.20.2-osx/cmake-3.20.2-macos-universal/CMake.app/Contents/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to find_package_handle_standard_args
(OpenMP_C)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects find_package
result variables
(e.g., _FOUND
) to follow a certain pattern.
Call Stack (most recent call first):
CMakeModules/FindOpenMP.cmake:402 (find_package_handle_standard_args)
/Users/alexunsworth/vcpkg/scripts/buildsystems/vcpkg.cmake:771 (_find_package)
CMakeModules/FindMKL.cmake:67 (find_package)
/Users/alexunsworth/vcpkg/scripts/buildsystems/vcpkg.cmake:771 (_find_package)
CMakeLists.txt:47 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /Users/alexunsworth/vcpkg/downloads/tools/cmake-3.20.2-osx/cmake-3.20.2-macos-universal/CMake.app/Contents/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to find_package_handle_standard_args
(OpenMP_CXX)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects find_package
result variables
(e.g., _FOUND
) to follow a certain pattern.
Call Stack (most recent call first):
CMakeModules/FindOpenMP.cmake:402 (find_package_handle_standard_args)
/Users/alexunsworth/vcpkg/scripts/buildsystems/vcpkg.cmake:771 (_find_package)
CMakeModules/FindMKL.cmake:67 (find_package)
/Users/alexunsworth/vcpkg/scripts/buildsystems/vcpkg.cmake:771 (_find_package)
CMakeLists.txt:47 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning: Manually-specified variables were not used by the project:
VCPKG_CRT_LINKAGE
VCPKG_PLATFORM_TOOLSET
VCPKG_SET_CHARSET_FLAG
_VCPKG_ROOT_DIR
No, not the config log, please provide the install log.
Apologies,
ninja: error: 'MKL_ThreadingLibrary_LINK_LIBRARY-NOTFOUND', needed by 'src/backend/cpu/libafcpu.3.7.3.dylib', missing and no known rule to make it
Duplicated to #18222, please track that issue.
Host Environment
Trying to install flashlight-cpu but coming across this error, MLK is installed.
All in same terminal :
. /opt/intel/oneapi/setvars.sh
./vcpkg/bootstrap-vcpkg.sh
./vcpkg/vcpkg install flashlight-cpu
Error in terminal
Failure logs Found in '/Users/alex/vcpkg/buildtrees/arrayfire/config-x64-osx-dbg-err.log'