PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

Mac OS X support #27

Closed exe0cdc closed 4 years ago

exe0cdc commented 7 years ago

Currently the only mention of installation on OS X is in the INSTALL.txt file (and the source archives on the downloads page), but it seems that these instructions might be outdated (e.g. Enthought Python Distribution is now called Enthought Canopy). I am relatively unfamiliar with OS X, so I am asking the following questions from the perspective of a user that wants to install PySCeS on a "new/clean" OS X system with the least amount of fuss:

bgoli commented 7 years ago

Hi, I don't have a Mac so can't help with binaries but as far as I know the following should work:

exe0cdc commented 7 years ago

Thanks Brett,

I will test building and installation on a Mac by next week Friday and report back.

exe0cdc commented 6 years ago

This is a quite late, but I have tested installation of PySCeS on a Mac using Anaconda. I wrote instructions for installing PySCeS, which are included in PySCeSToolbox's documentation.

Basically the xcode command line tools are needed (it's not necessary to install the full xcode), as well as the gfortran binaries from http://gcc.gnu.org/wiki/GFortranBinaries . From there pip install pysces works as expected.

jmrohwer commented 4 years ago

Cleanup. Closing this, we are now building and distributing Anaconda packages as well as wheels for MacOS.