Conversation
|
Patch seems reasonable given the WIP status of GFortran on arm64 and the patch is what upstream recommends at the moment. The diff could be somewhat smaller and easier to follow if you just remove the lines rather than replace with commented out lines though. |
I agree. I left the lines commented out to clearly indicate that this is a temporary fix. I can delete them if that is the preferred approach. |
|
I think the comment given above the patch is sufficient for showing that the patch is temporary. This is where people look first for understanding whether the patch is still necessary. |
|
* bumped to current upstreama version
* removed make check following brew audit --strict
* removed real128 and complex 128 fortran 2008 bindings
on arm64 following upstream's recommendation
|
🤖 A scheduled task has triggered a merge. |
|
Was it a deliberate change to flip from clang + gfortran to gcc + gfortran in the formula? It seems like this goes against the usual policy of using the apple toolchain everywhere possible. |
|
Superenv shims should mean that didn't actually happen ( |
I think I don't understand what this means. What I observed was that |
|
Oh right, that part could indeed be broken. I was just talking about the actual build of |
|
Can we reopen this MR or shall I create a new one? |
|
You can't reopen a merged pull request so it will have to be a new one. |
|
OK see mpich: switched back to clang #73269 |
on arm64 following upstream's recommendation
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install <formula>)?