openmopac / mopac

Molecular Orbital PACkage
http://openmopac.net
GNU Lesser General Public License v3.0
111 stars 31 forks source link

Switch CI to Intel-based Mac runner #202

Closed godotalgorithm closed 2 months ago

godotalgorithm commented 2 months ago

MOPAC is presently being distributed for Intel-based Macs, although it supports ARM-based Macs through conda forge. The default GHA Runners recently switched to ARM processors on Mac, which broke the CI. A bit surprisingly, the Intel Fortran compiler is working just fine on ARM (presumably through the Rosetta-based Intel emulation) and presumably produces an Intel binary that is also running through emulation. While everything seems fine, I'm going to switch to an Intel-based Mac Runner, just to avoid any possible cross-compilation issues. Eventually, the Mac distribution will switch to either ARM-native binaries or universal binaries that run on both ARM and Intel, if that is ever possible with Fortran-based software.

Status

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.75%. Comparing base (e7a5c3f) to head (791eaa7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #202 +/- ## ======================================= Coverage 66.75% 66.75% ======================================= Files 332 332 Lines 74082 74082 ======================================= Hits 49456 49456 Misses 24626 24626 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.