Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mlpack] Build error #21984

Closed
Blakjak88 opened this issue Dec 11, 2021 · 2 comments
Closed

[mlpack] Build error #21984

Blakjak88 opened this issue Dec 11, 2021 · 2 comments
Assignees
Labels
requires:more-information This Issue requires more information to solve

Comments

@Blakjak88
Copy link

Host Environment

  • OS: Windows 10
  • Compiler: Visual Studio C++ 2022

To Reproduce
config-x64-windows-static-out.log

Steps to reproduce the behavior:
./vcpkg install mlpack

Failure logs
package: mlpack[core]:x64-windows-static -> 3.4.1#2
vcpkg-tool version: 2021-11-24-48b94a6946b8a70abd21529218927fd478d02b6c
vcpkg-scripts version: 1b66470 2021-11-30 (10 days ago)

Additional context
I submitted this before and was told it was linked to #20439 but I see that issue is closed and I still have this error after doing a fresh updated of VCPKG.
config-x64-windows-static-out.log

@JackBoosY
Copy link
Contributor

JackBoosY commented Dec 13, 2021

This issue should be fixed before, can you please git pull, remove port vcpkg-cmake-config and try again?

Thanks.

@JackBoosY JackBoosY added the requires:more-information This Issue requires more information to solve label Dec 13, 2021
@JonLiu1993
Copy link
Member

@Blakjak88 ,Thanks for posting this issue, please git pull and try again, I can install mlpack[core]:x64-windows-static successfully in my local machine:

Building package mlpack[core]:x64-windows-static...
-- Using cached mlpack-mlpack-7ae9ddda86c1751b6509ceb48b27d182feaae439.tar.gz.
-- Using source at F:/test-pr/mlpack/vcpkg/buildtrees/mlpack/src/82feaae439-787f7149b5
-- Found external ninja('1.10.2').
-- Configuring x64-windows-static-dbg
-- Configuring x64-windows-static-rel
-- Building x64-windows-static-dbg
-- Building x64-windows-static-rel
-- Using cached msys-mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst.
-- Using cached msys-mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst.
-- Using msys root at F:/test-pr/mlpack/vcpkg/downloads/tools/msys2/aa5af7b2aa7e90e8
-- Installing: F:/test-pr/mlpack/vcpkg/packages/mlpack_x64-windows-static/share/mlpack/copyright
-- Performing post-build validation
-- Performing post-build validation done
Installing package mlpack[core]:x64-windows-static...
Elapsed time for package mlpack:x64-windows-static: 2.066 min

Total elapsed time: 11.46 min

The package mlpack provides CMake targets:

    find_package(mlpack CONFIG REQUIRED)
    target_link_libraries(main PRIVATE mlpack::mlpack)

Please reopen this issue if it still be a problem for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:more-information This Issue requires more information to solve
Projects
None yet
Development

No branches or pull requests

3 participants