BlueBrain / MorphIO

A python and C++ library for reading and writing neuronal morphologies
https://morphio.readthedocs.io
Apache License 2.0
26 stars 22 forks source link

The SWC format string used in `sscanf` is unnecessarily clamping the … #420

Closed mgeplf closed 2 years ago

mgeplf commented 2 years ago

…size of allowed inputs

arnaudon commented 1 year ago

@eleftherioszisis @mgeplf would it be possible to release morphio to get this fix on pypi? thanks!

mgeplf commented 1 year ago

yup, likely - I'll try and find time to do it shortly

arnaudon commented 1 year ago

Thank you very much!

arnaudon commented 1 year ago

No rush, I just managed to compile morphio on bb5 for now

mgeplf commented 1 year ago

In the future, you can grab the wheels that are built by CI from here: https://github.com/BlueBrain/MorphIO/actions/runs/2615912478

Saves having to deal with compilation.

arnaudon commented 1 year ago

ah nice, it's fine, I just had to module load cmake/gcc to make it work