Apple has replaced gcc by clang since a few years now, but their version of clang seems to lack support for -fopenmp. Removing this option allows one to successfully run sbt package (which was only silently failing before this change) and therefore use it on OS X.
Apple has replaced gcc by clang since a few years now, but their version of clang seems to lack support for
-fopenmp
. Removing this option allows one to successfully runsbt package
(which was only silently failing before this change) and therefore use it on OS X.