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

Numcpp bug when installed through vcpkg #216

Open
iHapiW opened this issue Sep 18, 2024 · 1 comment
Open

Numcpp bug when installed through vcpkg #216

iHapiW opened this issue Sep 18, 2024 · 1 comment

Comments

@iHapiW
Copy link

iHapiW commented Sep 18, 2024

Describe the bug
numcpp vcpkg package does not have boost as dependency.

To Reproduce
create a cmake project and use the following commands to add numcpp as dependency with vcpkg:

vcpkg new --application
vcpkg add port numcpp

then include "NumCpp.hpp"
the compiler gives error that says boost/date-time not found
also after installing boost-date-time through vcpkg i get another error that boost/dynamic_bitset not found
this is also possible to resolve by installing the whole boost using vcpkg install boost

Expected behavior
it is expected that numcpp installs its own dependencies when we call vcpkg install numcpp

@dpilger26
Copy link
Owner

You're going to need to open an issue against vcpkg for this as I have no control over that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants