Skip to content
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

Add win64ext to get_modflow ostag list #2356

Merged
merged 3 commits into from
Nov 6, 2024
Merged

Conversation

mjreno
Copy link
Contributor

@mjreno mjreno commented Nov 5, 2024

@mjreno mjreno marked this pull request as draft November 5, 2024 14:48
@wpbonelli wpbonelli marked this pull request as ready for review November 5, 2024 15:32
@wpbonelli
Copy link
Member

I wonder if we should warn that the parallel build is deprecated and will no longer be published.

@@ -68,7 +76,7 @@ def get_ostag() -> str:


def get_suffixes(ostag) -> Tuple[str, str]:
if ostag in ["win32", "win64", "win64par"]:
if ostag in ["win32", "win64", "win64ext", "win64par"]:
Copy link
Contributor

Choose a reason for hiding this comment

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

this would be simpler to maintain:

Suggested change
if ostag in ["win32", "win64", "win64ext", "win64par"]:
if ostag.startswith("win"):

@wpbonelli wpbonelli merged commit d800ce5 into modflowpy:develop Nov 6, 2024
23 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.

3 participants