-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
I Have failed to build MUMPS #2581
Comments
You may want to switch the compilers. |
Are there any problems with flang? The main issue is that we haven't had enough battle testing but that requires people to use it. |
I did not do a lot of testing as well. The last time when I tried to build MUMPS there was an error about a missing include file although my first impression was that all @xoviat Is |
Latest packages
|
Thanks! Are those stable links or will they be removed as soon as you upload an updated package? |
If you want, I can set a label |
I think that would be great! |
Done. Now, even if they are removed from the main codna-forge channel, the links will be stable. |
flang should have been able to build MUMPS without any issues. Let me attempt to reproduce this... |
FYI Perhaps you should add triplets to your branch. |
So the first problem that I encountered is that the reference LAPACK failed to build. However, I was able to build the reference lapack without any problems here. |
I think the policy of vcpkg is not to have to many default triplets provided. Instead the user should adjust the triplets himself if he needs to.
The last time I checked it was working correctly. I will try to update Flang and check again. Thanks for the hint. |
Thanks guys~ I solved problem with option adding |
Sorry, I forgot to mention this: flang currently requires the CMake development branch; the version available on conda is patched until the next release comes out. That might be why the build is currently failing. |
Currently the best build performance is available using the CMake development branch and kitware ninja. Eventually patches will be merged into mainline, but ninja is moving very slowly. |
this is my result
-- Configuring x86-windows-rel
-- Configuring x86-windows-rel done
-- Configuring x86-windows-dbg
-- Configuring x86-windows-dbg done
-- Build x86-windows-rel
-- Build x86-windows-rel done
-- Build x86-windows-dbg
-- Build x86-windows-dbg done
-- Performing post-build validation
Detected outdated dynamic CRT in the following files:
To inspect the dll files, use:
dumpbin.exe /dependents mydllfile.dll
Found 1 error(s). Please correct the portfile:
C:\Users\sweet\Downloads\vcpkg-fortran-ports\vcpkg-fortran-ports\ports\reference-lapack\portfile.cmake
-- Performing post-build validation done
Error: Building package reference-lapack:x86-windows failed with: POST_BUILD_CHECKS_FAILED
Please ensure you're using the latest portfiles with
.\vcpkg update
, thensubmit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: reference-lapack:x86-windows
I do not understand this results.
please help me
The text was updated successfully, but these errors were encountered: