{bio}[intel/2017a] VariantMetaCaller 1.0#4632
Conversation
|
Test report by @boegel |
|
Test report by @boegel |
| @echo 'Building target: $@' | ||
| @echo 'Invoking: GCC C++ Linker' | ||
| - g++ -o"VariantMetaCaller" $(OBJS) $(USER_OBJS) $(LIBS) -fopenmp | ||
| + ${CXX} ${CXXFLAGS} -o"VariantMetaCaller" $(OBJS) $(USER_OBJS) $(LIBS) -fopenmp |
There was a problem hiding this comment.
Shouldn't -fopenmp come from EB?
There was a problem hiding this comment.
I don't see the point, there are no dependencies?
There was a problem hiding this comment.
it's the proper way of doing it. Why have LIBS ?
|
Test report by @boegel |
|
Test report by @boegel |
|
Thanks for the review @wpoely86! |
No description provided.