Skip to content

refactor: update usgsprograms.txt #236

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

Conversation

jdhughes-dev
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented May 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.936%. Comparing base (384e3a3) to head (f1f2946).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##           develop      #236       +/-   ##
=============================================
- Coverage   84.858%   83.936%   -0.923%     
=============================================
  Files           20        20               
  Lines         3507      3511        +4     
=============================================
- Hits          2976      2947       -29     
- Misses         531       564       +33     
Files with missing lines Coverage Δ
pymake/pymake_build_apps.py 87.500% <100.000%> (-5.358%) ⬇️
pymake/utils/_compiler_switches.py 79.535% <100.000%> (+0.174%) ⬆️

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -900,7 +900,7 @@ def _set_cflags(target, cc="gcc", argv=True, osname=None, verbose=False):
elif target == "gridgen":
if osname in ("linux", "darwin"):
if cc.startswith("i"):
cflags += ["-GR"]
cflags += ["-frtti"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this leaves the compile command like -fno-rtti ... -frtti but it works. need to figure out why -fno-rtti is getting in in the first place.

@wpbonelli wpbonelli merged commit 2f5cf6b into modflowpy:develop May 23, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants