Remove 32 bits support#1964
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1964 +/- ##
========================================
Coverage 99.32% 99.32%
========================================
Files 346 346
Lines 19058 19058
========================================
Hits 18930 18930
Misses 128 128 Continue to review full report at Codecov.
|
valentinsulzer
left a comment
There was a problem hiding this comment.
Thanks! I think you can delete those lines. Is there a way to raise an error if the system is 32-bit windows, saying we no longer support it?
|
Installing the latest version of |
|
Yes, older versions should continue to work |
Description
Removed support for Windows 32-bits from workflows. Additionally, all the
CMakeLists.txtfiles had some conditions for 32-bit windows, and I am not sure if they should be removed. The tests are passing when these lines are removed but I'll revert the deletions if they are supposed to stay.PyBaMM/scripts/replace-cmake/sundials-4.1.0/CMakeLists.txt
Lines 322 to 331 in 9f8f2c3
Fixes #1955
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist:
$ flake8$ python run-tests.py --unit$ cd docsand then$ make clean; make htmlYou can run all three at once, using
$ python run-tests.py --quick.Further checks: