nolanlab/citrus

Citrus on macOS high sierra

Closed this issue · 2 comments

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!

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.

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