updated build system to be compatible with windows, linux and macos#35
Open
chaffra wants to merge 3 commits intospace-physics:mainfrom
Open
updated build system to be compatible with windows, linux and macos#35chaffra wants to merge 3 commits intospace-physics:mainfrom
chaffra wants to merge 3 commits intospace-physics:mainfrom
Conversation
- Remove CMake build system in favor of Meson - Bundle libgfortran, libgcc, libquadmath, libwinpthread DLLs for Windows - Update base.py to load bundled DLLs, eliminating mingw64 requirement - Update pyproject.toml to use meson-python backend - Add build/ to .gitignore Co-Authored-By: Claude <noreply@anthropic.com>
- Add LowtranResult class with __slots__ for memory efficiency - Support both attribute access (result.transmission) and dict-style access - Include squeeze() method for convenience - Update plot functions to handle LowtranResult type - Remove xarray dependency, add pandas for CSV reading - Maintain backward compatibility with dict-style access Co-Authored-By: Claude <noreply@anthropic.com>
- Add GitHub Actions workflow to build platform-specific wheels - Remove DLL files from git repository (gitignored) - DLLs are now copied during wheel build via cibuildwheel - Update meson.build to conditionally install DLLs only if present - This approach keeps git clean while ensuring Windows wheels include runtime dependencies Co-Authored-By: Claude <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.