{bio}[intel/2016b] PhyloBayes-MPI v20161021#3859
Conversation
|
Test report by @boegel |
|
@wpoely86 please review |
|
Test report by @boegel |
| # get rid of included binaries to ensur they're recompiled | ||
| prebuildopts = "rm -f data/* &&" | ||
|
|
||
| buildopts = 'CC="$MPICXX" CPPFLAGS="$CXXFLAGS -c" LDFLAGS="$CXXFLAGS"' |
There was a problem hiding this comment.
why overwrite LDFLAGS with CXXFLAGS?
There was a problem hiding this comment.
because the Makefile hardcodes -O3, there aren't any flags in there to link with libraries or anything:
$ head -3 sources/Makefile
CC=mpic++
CPPFLAGS= -w -O3 -c
LDFLAGS= -O3
|
Thanks for the review @wpoely86! |
(created using
eb --new-pr)