-
-
Notifications
You must be signed in to change notification settings - Fork 7
Fix Windows build errors #29
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
Closed
Closed
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
1a34aa1
Remove python 3.9
kratman 0fb6794
Revert version change
kratman d31942c
Update vcpkg version
kratman 6612dd3
Use default parallelization
kratman aff8fb7
Merge branch 'main' into feat/windowsBuild
kratman 9a99dfa
Merge branch 'main' of github.com:pybamm-team/pybammsolvers into feat…
kratman c01ad58
Merge branch 'feat/windowsBuild' of github.com:pybamm-team/pybammsolv…
kratman 1d5931f
Change case
kratman b14aa00
Set build type as environment variable
kratman a75d20d
Add a triplet file
kratman bbfd65a
Switch commit
kratman 54f74c7
Fix commit
kratman 35e4088
Re-trigger
kratman 10f2412
Update commit again
kratman a403dcb
Update commit again
kratman d3be903
Update commit again
kratman 684a684
Merge branch 'main' into feat/windowsBuild
kratman 971d3b3
Quick sanity check
kratman 80c7365
Fix some builds
kratman 23b3535
Merge branch 'main' into feat/windowsBuild
kratman 5e45c24
Merge branch 'main' into feat/windowsBuild
kratman a5a3bdb
Revert CasADi, update Sundials
kratman 6471f57
put casadi back
kratman 8550531
Second attempt
kratman a3729a1
Try fix patch file
kratman 75e42fa
Revert some changes
kratman 1140148
Fix typo
kratman f426d3b
put change back
kratman edd67e6
Apply suggestions from code review
kratman d73699e
Merge branch 'main' of github.com:pybamm-team/pybammsolvers into feat…
kratman 9ea6bbf
Merge branch 'feat/windowsBuild' of github.com:pybamm-team/pybammsolv…
kratman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_LIBRARY_LINKAGE static) | ||
set(VCPKG_BUILD_TYPE release) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.