Ivan Smirnov
Ivan Smirnov
@magnusuMET It looks like `mpi-sys` needs mpi compiler anyway to do its bindgen-style magic to build itself, so it's not like we're requiring anything extra I think (https://github.com/rsmpi/rsmpi).
Also just bumped into this, and #28 seems to have been hanging there for a while now.
Found myself checking them all the time too manually, with the new version -- would sure be a nice thing to have built-in.
@deadpixi Wonder if this could be merged?..
An update: killed all previous llvm installations, reinstalled from brew with `--HEAD`, now libc++/libstdc++ seems to be resolve but there's this: ``` sh $ make -f Makefile.osx MACOSX_DEPLOYMENT_TARGET=10.7 clang++ -std=c++11...
To this point, I have no idea how to build it on OS X. Has anyone succeeded with the homebrew's llvm? Also, `MACOSX_DEPLOYMENT_TARGET=10.7` hardcoded in the OSX makefile doesn't seem...
@fabianp @mblondel Could this get possibly merged?
Has anyone figured how to resolve this? Including the sub URI in the `:callback_path` seems wrong, because then `on_callback_path?` would fail (as it matches against it). So the correct solution...
TL;DR: this PR does look like a correct solution, are there are any reasons not to merge it in?