-
Notifications
You must be signed in to change notification settings - Fork 4
Build improvements #7
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
67e910d
Added linting
mattkjames7 3e4943e
udpate C++ submodule
mattkjames7 1860385
Build binary with cmake
mattkjames7 6e0c5b8
update flake8 exclude directory
mattkjames7 2de6f6c
updated workflows to produce binary builds
mattkjames7 44a5582
update build
mattkjames7 021f747
fewer test runs
mattkjames7 2986085
fix linux build
mattkjames7 b2cbb31
more build fixes
mattkjames7 e181410
fewer macos builds
mattkjames7 5f630be
update linting
mattkjames7 9290a3c
don't install already present tools in macos
mattkjames7 15d3b63
linting fixes
mattkjames7 8436472
refactored cpplib
mattkjames7 cd52365
force datetimetools rebuild on x86 macos
mattkjames7 bfcdf77
update build to use scikit build core
mattkjames7 5152b1a
fix windows build
mattkjames7 21f400f
fix windows build
mattkjames7 d636c5e
fix windows build
mattkjames7 2ae062b
fix windows build
mattkjames7 7d74d37
reenable tests
mattkjames7 b0c7852
remove script
mattkjames7 9846f0c
added a new script
mattkjames7 b02cb3f
bump version to 1.5.0
mattkjames7 276a636
update readme
mattkjames7 ed27438
small changes
mattkjames7 25c7bdd
smoke testP
mattkjames7 fea6538
update windows DLL handling
mattkjames7 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| [flake8] | ||
| max-line-length = 160 | ||
| extend-ignore = E203, W503 | ||
| exclude = | ||
| .git, | ||
| __pycache__, | ||
| .venv, | ||
| build, | ||
| dist, | ||
| JupiterMag.egg-info, | ||
| JupiterMag/__data/libjupitermag | ||
| per-file-ignores = | ||
| */__init__.py: F401 | ||
| JupiterMag/Con2020/Field.py: F401,E712 | ||
| JupiterMag/Con2020/Test.py: F841 | ||
| JupiterMag/Con2020/_CFunctions.py: F401 | ||
| JupiterMag/Con2020/_ReadTestData.py: F401 | ||
| JupiterMag/Globals.py: F401 | ||
| JupiterMag/Internal/Test.py: E722,E714,E741,W605 | ||
| JupiterMag/Internal/_CFunctions.py: F401 | ||
| JupiterMag/Internal/_ReadTestPos.py: F401 | ||
| JupiterMag/Tools/GetLegendHandLab.py: F401,E722 | ||
| JupiterMag/Tools/Python.py: F401,F841 | ||
| JupiterMag/Tools/TestPigtail.py: F401 | ||
| JupiterMag/Tools/TestTrace.py: F401 | ||
| JupiterMag/Tools/Timer.py: E741 | ||
| JupiterMag/TraceField.py: F401,F841,E714,W605 | ||
| JupiterMag/_CFunctions.py: F401 | ||
| JupiterMag/_CppLib.py: F401 | ||
| JupiterMag/__data/libjupitermag/generateheader.py: F401,E741,E101,W191 |
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
Oops, something went wrong.
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.