manodeep / Corrfunc

⚡️⚡️⚡️Blazing fast correlation functions on the CPU.
https://corrfunc.readthedocs.io
MIT License
163 stars 50 forks source link

Fixing build failure #222

Closed manodeep closed 4 years ago

manodeep commented 4 years ago

Apparently TRAVIS was only running on the master branch

The build failures were due to -Werror, not anything code related. However, still good that we now have the additional testing through GitHub actions via #220

The way the tests are divided now is that TRAVIS is checking old linux + compiler (i.e., sort of legacy systems) while GitHub Actions is testing more modern distros + compilers + python + numpy.