mrzv / dionysus

Library for computing persistent homology
http://mrzv.org/software/dionysus2
Other
144 stars 31 forks source link

Make fails: #58

Closed yossibokorbleile closed 1 year ago

yossibokorbleile commented 1 year ago

Following

mkdir build
cd build
cmake ..
make

I obtain the following error:

error: ‘numeric_limits’ is not a member of ‘std’

which i fixed locally by adding #Include <limits> to dionysus/include/dionysus/reduction.h and dionysus/include/dionysus/diagram.h

Occurs on both Linux (Ubuntu 22.04) and MacOS (Ventura).

mrzv commented 1 year ago

Fixed. Thanks, Yossi.