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

CGAL install and compilation via vcpkg fails #7481

Closed
yvanblanchard opened this issue May 30, 2023 · 6 comments
Closed

CGAL install and compilation via vcpkg fails #7481

yvanblanchard opened this issue May 30, 2023 · 6 comments

Comments

@yvanblanchard
Copy link

Hello,

I try to install and compile CGAL from vcpkg on Windows:
I followed the advices from cgal web page.

image

Here are the errors logged:
image

Any idea?
thank you

@sloriot
Copy link
Member

sloriot commented May 30, 2023

AFAIS, it fails to download mys2-runtime pkg from all mirrors. Could it be that you are missing a vckpg update ?

@yvanblanchard
Copy link
Author

Thank you for your reply.
It seems that I have vcpkg version 2023.03.14

image

Which minimal version is required ?
Thank you again

@sloriot
Copy link
Member

sloriot commented May 30, 2023

Seems related to that: microsoft/vcpkg#30546

@yvanblanchard
Copy link
Author

Do you think I would have to downgrade my vcpkg version ? or wait for a vcpkg fix ? (but don't know the reactivity)

@sloriot
Copy link
Member

sloriot commented May 30, 2023

you need a version that is after April 1st

@yvanblanchard
Copy link
Author

yvanblanchard commented May 30, 2023

I did the vcpkg upgrade:
git pull https://github.com/microsoft/vcpkg
then
bootstrap-vcpkg.bat

Installing cgal seems to be OK now:
vcpkg.exe install cgal

NB: the install of cgal as x64 does not work for me since it needs boost v1.82 mini
vcpkg.exe install cgal:x64-windows

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

No branches or pull requests

3 participants