snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.16k stars 797 forks source link

Fix build error with GLIBC >=2.27 #172

Open whatsthecraic opened 5 years ago

whatsthecraic commented 5 years ago

The facility to handle exceptions with matherr has been removed on glibc 2.27, see http://man7.org/linux/man-pages/man3/matherr.3.html This patch disables the usage of this mechanism in the code with the newer versions of glibc.