configure does not honour options specified
josephwb opened this issue · 5 comments
josephwb commented
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.
blackrim commented
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
josephwb commented
I can check in a bit. Sorry I did not remedy it immediately.
josephwb commented
Ok got it. Will push in a second.
blackrim commented
Awesome! Thanks
…On Wed, Feb 12, 2020, 15:54 Joseph W. Brown ***@***.***> wrote:
Ok got it. Will push in a second.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43?email_source=notifications&email_token=AABHGKJVPIPS3OO3UO2E3TLRCRO2DA5CNFSM4JLDBDHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELSLDLA#issuecomment-585413036>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABHGKPKEASQB5OX6664E53RCRO2DANCNFSM4JLDBDHA>
.