Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use environment CXX to configure fastjet-contrib .Makefile.inc
* fastjet-contrib's .Makefile.inc is created at ./configure time, which means that if the environment's CXX is accessible inside of setup.py it can be passed as an argument to configure. Use this to set CXX for fastjet-contrib/.Makefile.inc and use a default value of g++ if no environment value is set. * As this supersedes the need for patching .Makefile.inc, which was being overwritten, remove that patch file and the .Makefile.inc patching step from setup.py.
- Loading branch information