teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
56 stars 40 forks source link

mallinfo2 (used in getparam.c) doesn't exist on older linux #129

Open teuben opened 6 months ago

teuben commented 6 months ago

Example is redhat7, which doesn't seem to know about mallinfo2. Easy fix, add this to configure or so.

Wondering why UMD still keeps some redhat7 systems on glue.

teuben commented 6 months ago

Near line 880 in getparam.c the defined(linux) code will need to be invalidated.