nolanlab / citrus

Citrus Development Code
GNU General Public License v3.0
31 stars 20 forks source link

Citrus on macOS high sierra #118

Closed justneedtoworkwithcitrus closed 6 years ago

justneedtoworkwithcitrus commented 6 years ago

Hi, I'm trying to install the citrus package for mac on a macOS high sierra (10.13.3) and i ran into some issues concerning the gcc. The gcc48 and 49 are apparently not supported on newer versions of macOS. Does anyone has experience installing citrus on high sierra or knows how to deal with this gcc issue? Thanks!

rbruggner commented 6 years ago

Have you tried installing Citrus with more recent versions of gcc that are supported in high sierra?

Notably, you can also compile Citrus using compiler that ships with XCode (llvm clang) but you won't get the multithreaded speed ups.

justneedtoworkwithcitrus commented 6 years ago

I finally got it working using a downloaded package macos-rtools toolchain. Thanks for the help!