-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[libmesh] Support Windows #11835
Comments
libmesh it will not be assembled under MSVC, only under GCC triplet MinGW ? |
https://libmesh.github.io/installation.html
port-bug - not support msvc |
It might still be buildable with Though there's another issue with the port -- despite
config-x64-windows-dbg-out.log Looks like this symlink ruins the build. |
|
@JackBoosY: Not looking at this one for windows since the build scripts itself are broken on windows and there are a lot of unresolved dependencies. The port should probably use vcpkg qhull instead of the vendored one inside. |
And not only qhull?
|
@BillyONeal Could you please take a look? Thanks. |
I'm seeing all pacman powered stuff on the floor right now, probably broken by upstream pacman changes:
|
OK, now that the msys bit is fixed we're back to the same error originally in this report. I observe that our ci.baseline.txt says:
and that libmesh's configure script has things like:
it seems unlikely that this port ever supported Windows. Their installation instructions at http://libmesh.github.io/installation.html suggest that only Changing tags to indicate that this is a feature request for the port. The right place to patch the port to work with msvc is probably not here. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install libmesh
Failure logs
config-x64-windows-dbg-out.log
config-x64-windows-dbg-err.log
Additional context
Looks like a defect in
vcpkg_configure_make
, might be related to #11765.@Neumann-A, could you, please, take a look at this one too?
The text was updated successfully, but these errors were encountered: