a wrapper to call GNU Scientific Library functions from Pure
pure-gsl aims to provide a complete wrapper for the GNU Scientific Library which provides a wide range of mathematical routines useful for scientific programming, number crunching and signal processing applications.
pure-gsl aims to provide a complete wrapper for the GNU Scientific Library which provides a wide range of mathematical routines useful for scientific programming, number crunching and signal processing applications.
To install pure-gsl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pure-gsl
To see what files were installed by pure-gsl, run:
port contents pure-gsl
To later upgrade pure-gsl, run:
sudo port selfupdate && sudo port upgrade pure-gsl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.