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
To Reproduce
Steps to reproduce the behavior: ./vcpkg install lapack-reference
Failure logs Console output
C:\sources>.\vcpkg\vcpkg install lapack-reference
Computing installation plan...
The following packages will be built and installed:
lapack-reference[blas-select,core,noblas]:x86-windows
Detecting compiler hash for triplet x86-windows...
Starting package 1/1: lapack-reference:x86-windows
Building package lapack-reference[blas-select,core,noblas]:x86-windows...
Could not locate cached archive: C:\Users\jensa\AppData\Local\vcpkg\archives\05\05c2e75266182913b7567b0df90f7b6c69334e8b.zip
-- Using cached C:/sources/vcpkg/downloads/Reference-LAPACK-lapack-v3.8.0.tar.gz
-- Cleaning sources at C:/sources/vcpkg/buildtrees/lapack-reference/src/v3.8.0-954f10683f.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/sources/vcpkg/downloads/Reference-LAPACK-lapack-v3.8.0.tar.gz
-- Using source at C:/sources/vcpkg/buildtrees/lapack-reference/src/v3.8.0-954f10683f.clean
-- The Fortran compiler identification is unknown
-- No Fortran compiler found on the PATH. Using MinGW gfortran!
-- Configuring x86-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
Command failed: ninja -v
Working Directory: C:/sources/vcpkg/buildtrees/lapack-reference/x86-windows-rel/vcpkg-parallel-configure
Error code: 1
See logs for more information:
C:\sources\vcpkg\buildtrees\lapack-reference\config-x86-windows-out.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_configure_cmake.cmake:300 (vcpkg_execute_required_process)
ports/lapack-reference/portfile.cmake:56 (vcpkg_configure_cmake)
scripts/ports.cmake:79 (include)
Error: Building package lapack-reference:x86-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: lapack-reference:x86-windows
Vcpkg version: 2020.06.15-nohash
Additionally, attach any relevant sections from the log files above.
Additional context
Happend to encounter this build fail while trying to install g2o. The Lapack-references installation fails and im not familliar enought with vcpkg to know what to do.
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install lapack-reference
Failure logs
Console output
Expand config-x86-windows-out.log
Additional context
Happend to encounter this build fail while trying to install g2o. The Lapack-references installation fails and im not familliar enought with vcpkg to know what to do.
#12888 seems to be related
The text was updated successfully, but these errors were encountered: