-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add macOS to the automated testing #209
Comments
We should add a macOS test on Travis for this. |
During a new attempt to install gimic on my Mac I ended up doing a cleanup of unused code. Afterwards I was able to compile. The problem with the Mac is the library mess. |
The following was helpful in my case:
for the compilers:export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" for Anaconda:export PATH=/Users/my_username:/Users/my_username/anaconda/bin:$PATH for CMake:PATH="/Applications/CMake.app/Contents/bin":"$PATH" |
I tried several things using MacPorts and Brew and XCode. The main problem was to set the PATH correct such that gimic cmake finds what it should. I am sure there are better solutions possible compared to the one which worked for me. |
The setup --omp stuff was also working, but not the --blas option. This is because it does not find the Blas and Lapack libraries. Any idea on how to install them on a Mac + make it work for gimic? |
By the way I used Anaconda 2. |
I was thinking about this issue. Is it really a good idea to support different operating systems? Should we not instead concentrate on improving gimic? |
But users install GIMIC also on macOS so the automated testing will hopefully help us to make GIMIC more robust also for macOS. |
Does this imply we include automated testing for Mac on TravisCI but this will not affect other non-Mac users when installing the code on their local machines? |
Right. |
Cool, but how do we do this? |
It would be nice for Mac users if gimic could be operating on a Mac.
The text was updated successfully, but these errors were encountered: