PrincetonUniversity / cpf

Collaborative Parallelization Framework (CPF)
MIT License
31 stars 4 forks source link

Compatibility with newer versions of glibc #23

Closed gchan510 closed 3 years ago

gchan510 commented 3 years ago

There are build errors when trying to compile CPF with glibc 2.32. Previously we were using glibc 2.23.

gchan510 commented 3 years ago

sys_nerr was deprecated since glibc 2.31: https://bugzilla.redhat.com/show_bug.cgi?id=1856765. Removed it in f4bcde82985865356d9712507bf87fd527fd5375.

Removed deprecated signal in 70fa5f87af7c3b81e596bf1bb8caefb9fc887e6e.