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
Compiler: C/C++ Optimizing Compiler Version 19.28.29914 for x64
To Reproduce
Steps to reproduce the behavior: vcpkg install fftw3[openmp] --triplet X64-windows --recursefailed vcpkg install fftw3[openmp] --triplet X64-windows-static --recursesuccessful Failure logs
E:\Lib\vcpkg>vcpkg install fftw3[openmp] --triplet X64-windows --recurse
Computing installation plan...
The following packages will be rebuilt:
fftw3[core,openmp,threads]:x64-windows -> 3.3.8-7
Starting package 1/2: fftw3:x64-windows
Removing package fftw3:x64-windows...
Removing package fftw3:x64-windows... done
Elapsed time for package fftw3:x64-windows: 35.14 ms
Detecting compiler hash for triplet x64-windows...
Could not locate cached archive: C:\Users\ch6535\AppData\Local\vcpkg\archives\3f\3f06fdf19d4504037c6f306492462975ab4a23e8.zip
Starting package 2/2: fftw3:x64-windows
Building package fftw3[core,openmp,threads]:x64-windows...
-- Using cached E:/Lib/vcpkg/downloads/fftw-3.3.8.tar.gz
-- Cleaning sources at E:/Lib/vcpkg/buildtrees/fftw3/src/fftw-3-6b62db95a0.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source E:/Lib/vcpkg/downloads/fftw-3.3.8.tar.gz
-- Applying patch omp_test.patch
-- Applying patch patch_targets.patch
-- Applying patch fftw3_arch_fix.patch
-- Applying patch aligned_malloc.patch
-- Using source at E:/Lib/vcpkg/buildtrees/fftw3/src/fftw-3-6b62db95a0.clean
CMake Deprecation Warning at scripts/cmake/vcpkg_check_features.cmake:182 (message):
calling `vcpkg_check_features` without the `FEATURES` keyword has been
deprecated.
Please add the `FEATURES` keyword to the call.
Call Stack (most recent call first):
ports/fftw3/portfile.cmake:17 (vcpkg_check_features)
scripts/ports.cmake:142 (include)
-- Found external ninja('1.10.2').
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:146 (message):
Command failed: E:/Logiciel/cmake-3.20.1-windows-x86_64/bin/cmake.exe --build . --config Debug --target install -- -v -j13
Working Directory: E:/Lib/vcpkg/buildtrees/fftw3/x64-windows-dbg
See logs for more information:
E:\Lib\vcpkg\buildtrees\fftw3\install-x64-windows-dbg-out.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_build_cmake.cmake:105 (vcpkg_execute_build_process)
scripts/cmake/vcpkg_install_cmake.cmake:45 (vcpkg_build_cmake)
ports/fftw3/portfile.cmake:55 (vcpkg_install_cmake)
scripts/ports.cmake:142 (include)
Error: Building package fftw3:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: fftw3:x64-windows
Vcpkg version: 2021-01-13-d67989bce1043b98092ac45996a8230a059a2d7e
Additionally, attach any relevant sections from the log files above.
Host Environment
Microsoft Windows [version 10.0.17134.2145]
C/C++ Optimizing Compiler Version 19.28.29914 for x64
To Reproduce
Steps to reproduce the behavior:
vcpkg install fftw3[openmp] --triplet X64-windows --recurse
failedvcpkg install fftw3[openmp] --triplet X64-windows-static --recurse
successfulFailure logs
install-x64-windows-dbg-out.log
Additional context
The text was updated successfully, but these errors were encountered: