blackrim/treePL

configure does not honour options specified

josephwb opened this issue · 5 comments

I tried passing the following to configure:

./configure CXX=/usr/local/bin/g++-9 CC=/usr/local/bin/gcc-9

but the Makefile looks like this:

CC := $(CC)
CP := $(CXX) -std=c++11

Unfortunately on mac, this points to clang, so no openmp.

We have this option in phyx, so probably just a matter of copying over the relevant bits.

Hey Joseph
Any chance you have the relevant bits on hand? Can add it and close this or if you want a pull request feel free

I can check in a bit. Sorry I did not remedy it immediately.

Ok got it. Will push in a second.

Fixed with #45