INCF / MUSIC

MUSIC, the MUltiSimulation Coordinator
GNU General Public License v3.0
37 stars 37 forks source link

Install MUSIC on mac #19

Closed nash169 closed 8 years ago

nash169 commented 8 years ago

Hi there, I'm using MUSIC to run a multi-simulation with NEST. I'm currently working on ubuntu 14.04 where I was able to install the library without any particular issues. I'd like to reproduce the same environment also on a mac laptop in order to keep working without my lab's desktop. I've been able to install pretty much everything but MUSIC. I got this error:

ld: unknown option: -z collect2: error: ld returned 1 exit status make[2]: * [libmusic.la] Error 1 make[1]: * [all-recursive] Error 1 make: *\ [all] Error 2

Since the default compiler clang coming with the os does not support openmp I wrapped the openmpi installation with gcc4.8 compiler installed with homebrew and I'm using it to compile MUSIC. It should use the same GNU ld of ubuntu so I don't understand why I keep getting this error. Is there a solution for this problem?

Thanks