blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
405 stars 84 forks source link

Update configure to handle aarch64 architecture #78

Open slayoo opened 5 years ago

slayoo commented 5 years ago

Migrated from: https://sourceforge.net/p/blitz/bugs/53/

As reported by @sergiopasra:

The configure script in blitz does nor support ARM aarch64 architecture. The support for this architecture was added to autoconf 2.69, whereas blitz's configure was created with autoconf 2.68. Please recreate configure with autoconf >= 2.69

https://bugzilla.redhat.com/show_bug.cgi?id=925103