-
-
Notifications
You must be signed in to change notification settings - Fork 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
Updated to 6.4.4 -- added windows build #31
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/modflow6-feedstock/actions/runs/7935584201. |
@scharlton2 It does not look like the windows build is starting on Azure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Work be good to add yourself (@scharlton2) as a maintainer.
recipe/meta.yaml
Outdated
|
||
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.02.16.20.35.25
@conda-forge-admin, please rerender
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
I've just checked compiling the latest modflow6 code locally on a Windows computer with
or simply with running a basic
This is a compiler bug. It might be possible to investigate and "fix" modflow6 to work with this old gfortran version for Windows. Unfortunately, I'm not yet aware of a more modern Fortran version for Windows in conda-forge. The only other Windows compiler is flang, and I've not had much success using it. |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.02.21.20.22.11
Sorry, didn't see your rerender |
Doesn't seem to matter, it's the same old gfortran compiler bug. However I can confirm that at local build can be made by using the newer Fortran compilers:
this installs a modern The challenge, which I see you've already made an attempt at, is to get this into the recipe... |
I think the main problem is this: it's just too old (5.3.0 on windows vs 12.3.0 on linux/osx) |
This worked on my local windows machine: ❯ micromamba env export --from-history
But I couldn't figure out how to add the |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.02.21.20.22.11
Enabling the |
We might be able to use |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.02.21.20.22.11
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/modflow6-feedstock/actions/runs/8008118793. |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/modflow6-feedstock/actions/runs/8008118319. |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/modflow6-feedstock/actions/runs/8008120092. |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/modflow6-feedstock/actions/runs/8008118952. |
ie Needed DSO Library/bin/api-ms-win-crt-environment-l1-1-0.dll ... Needed DSO Library/bin/api-ms-win-crt-time-l1-1-0.dll
…-libgfortran to reqs/run deps: mingw-w64-ucrt-x86_64-libwinpthread-git mingw-w64-ucrt-x86_64-gcc-libs
@jdhughes-usgs, @mwtoews, @scopatz, and @Hofer-Julian if there are no objections, I think this PR is ready to go. |
…nda-forge-pinning 2024.02.22.20.36.14
I'm doing a few things locally. With this PR, I'm able to use a minimal environment with
(the The local build and test appear to be successful. However,
has error:
It might not be possible to install this package without adding/modifying channels. |
Thanks @mwtoews. I'll try building locally tomorrow. |
Sorry, just re-read your comment please ignore.
|
Replaced by #33 |
@conda-forge-admin, please rerender
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)