h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures
https://datatable.readthedocs.io
Mozilla Public License 2.0
1.81k stars 155 forks source link

Do not use unsupported `-m64` linker flag on `arm64` #3469

Closed oleksiyskononenko closed 1 year ago

oleksiyskononenko commented 1 year ago

With this change datatable builds out-of-the-box with gcc on arm64.

Closes #3430