motiwari / BanditPAM

BanditPAM C++ implementation and Python package
MIT License
647 stars 38 forks source link

Need to use compiler-specific flags in `setup.py` #99

Open motiwari opened 3 years ago

motiwari commented 3 years ago

We should get the exact compiler name and version used by setup.py and modify the build flags based on the compiler, e.g. gomp for gcc as opposed to omp for clang, etc.