Skip to content

Commit 25ccf1a

Browse files
committed
docs: mention ARM mac distribution
* mention ARM mac distribution in release notes * don't specify Intel compiler in README
1 parent 758dac9 commit 25ccf1a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/nightly-build-intel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
tag: ${{ steps.current-time.outputs.formattedTime }}
142142
name: ${{ steps.current-time.outputs.formattedTime }} development build
143-
body: "MODFLOW 6 development build, compiled with Intel Fortran."
143+
body: "MODFLOW 6 development build, compiled with Intel Fortran. A statically linked distribution for ARM macs, built with GNU Fortran, is also included."
144144
draft: false
145145
allowUpdates: true
146146
token: ${{ secrets.GITHUB_TOKEN }}

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ Nightly development build of MODFLOW 6.
66
[![MODFLOW 6 intel nightly build](https://github.com/MODFLOW-USGS/modflow6-nightly-build/actions/workflows/nightly-build-intel.yml/badge.svg)](https://github.com/MODFLOW-USGS/modflow6-nightly-build/actions/workflows/nightly-build-intel.yml)
77
[![MODFLOW 6 full distribution test](https://github.com/MODFLOW-USGS/modflow6-nightly-build/actions/workflows/full-dist-test.yml/badge.svg)](https://github.com/MODFLOW-USGS/modflow6-nightly-build/actions/workflows/full-dist-test.yml)
88

9-
The `develop` branch of the [MODFLOW 6 repository](https://github.com/MODFLOW-USGS/modflow6) contains bug fixes and new functionality that may be incorporated into the next [approved MODFLOW 6 release](https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model). Each night, MODFLOW 6 is compiled with Intel Fortran on `windows-2022`, `macos-12`, and `ubuntu-20.04` runner images. A minimal development distribution is posted as a [release on this repository](https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases/latest). Binaries should be considered preliminary or provisional release candidates for the next version of MODFLOW 6.
9+
The `develop` branch of the [MODFLOW 6 repository](https://github.com/MODFLOW-USGS/modflow6) contains bug fixes and new functionality that may be incorporated into the next [approved MODFLOW 6 release](https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model). Minimal development distributions are posted regularly to [nightly build repository](https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases/latest) — these should be considered preliminary, provisional release candidates for the next version of MODFLOW 6.
1010

1111
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1212
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1313

14-
1514
- [Distribution contents](#distribution-contents)
1615
- [Binaries](#binaries)
1716
- [Documentation](#documentation)
18-
- [Tags](#tags)
17+
- [Tags](#tags)
1918
- [Reporting issues](#reporting-issues)
2019
- [Disclaimer](#disclaimer)
2120

@@ -35,7 +34,7 @@ Linux binaries built on Ubuntu 22.04 may encounter `libc`-related backwards-inco
3534

3635
Release notes summarizing the current development cycle's changeset are included in the nightly distribution. The distribution also includes a copy of the *'MODFLOW 6 – Description of Input and Output'* document (`mf6io.pdf`).
3736

38-
### Tags
37+
## Tags
3938

4039
Release tags are based on the date, with format `YYYYMMDD`. Nightly builds are retained for 30 days in the event that there are issues with the latest release candidate.
4140

0 commit comments

Comments
 (0)