-
Notifications
You must be signed in to change notification settings - Fork 26
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
Simplify and update build instructions for windows and update docs #153
Conversation
Because of a cryptic vcpkg package download error when using vcpkg on the github CI pipeline, I've reverted the CI instructions to their previous state. They work, so I don't see an urgent need to change them. With this change, the branch should be ready for review. |
- update build worflow to use vcpkg - update build instructions - remove redundant build instructions by linking to the build guides in root from the documentation - update FindXXX.cmake to better handle windows paths - update FindUMFPACK.cmake to include GKlib
3db5896
to
b6e0569
Compare
Also squashed into one commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ronald-jaepel for working on this. I think this greatly improves the build guide! Also good idea to unify the documentation and repo instructions!
I only have some minor comments, mostly they are due to personal preferences but I thought, I'd add them anyways.
06d5a13
to
e118337
Compare
e118337
to
6866c25
Compare
@schmoelder All requested changes have been addressed. Imo this branch is ready to be merged. |
LGTM! :) |
Based on #130
Current ToDos: