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

Updated to 6.4.4 -- added windows build #31

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{% set name = "modflow6" %}
{% set version = "6.4.3" %}
{% set version = "6.4.4" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/MODFLOW-USGS/modflow6/releases/download/{{ version }}/mf{{ version }}_linux.zip
sha256: 8dcd832f33f992a9935c473fc3d695aac9250d4b34c944e54a7d44122df8e876
sha256: a737521126efc3295b818acc951a745d7b914446836c7931b0b52998f3934e2d

build:
number: 0
Copy link
Contributor

Choose a reason for hiding this comment

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

Update the build number from 0 -> 1.

Sorry for not merging the previous PR before now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No problem

skip: true # [win]

scharlton2 marked this conversation as resolved.
Show resolved Hide resolved
requirements:
build:
- {{ compiler('fortran') }}
- {{ compiler('m2w64_fortran') }} # [win]
- {{ compiler('fortran') }} # [not win]
- m2w64-gcc-fortran # [win]
- meson
- ninja

Expand Down