I have been trying to run the make command and keep getting error codes. I have installed gcc with homebrew. When I run the code from github
if I use
make STARforMacStatic CXX=/usr/bin/gcc
I get the following error
date: illegal option -- -
usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
/usr/bin/gcc -c -O3 -std=c++11 -fopenmp -D'COMPILATION_TIME_PLACE=" :/Users/elizabethbonner/STAR-2.7.9a/source"' -D'COMPILE_FOR_MAC' -pipe -Wall -Wextra SoloFeature_collapseUMI_Graph.cpp
clang: error: unsupported option '-fopenmp'
make: *** [SoloFeature_collapseUMI_Graph.o] Error 1
I am sure I am missing something simple