PRBEM / IRBEM

IRBEM-LIB provides routines to compute magnetic coordinates for any location in the Earth's magnetic field, to perform coordinate conversions, to evaluate geophysics/space-physics models, and to propagate orbits in time.
https://prbem.github.io/IRBEM/
Other
33 stars 14 forks source link

Added the OSX CI commands and removed unused files #27

Closed mshumko closed 2 years ago

mshumko commented 2 years ago

This PR partially addresses issue #26 and contains the following changes.

  1. I added two .make files in /compile: one for compiling IRBEM on OSX (is a copy of the linux64 make file), and one for compiling IRBEM on the GitHub Actions OSX virtual machines (they aliased gfortran to gfortran-XX).
  2. With the above change, I updated ci.yml to instruct GitHub Actions to compile IRBEM with both Ubuntu and OSX and then run the Python tests.
  3. Removed the old Windows DLL files that appear to be unusued.
  4. Removed the duplicate GNU licenses and renamed licence.txt to LICENCE.
  5. Updated README.md with the install instructions split up into Mac, Linux, and Windows sections. I added a link to the Fortran install website, and mentioned that currently you can only install IRBEM on Windows using Windows Subsystem for Linux.