compiling LAPACK ExternalThorn from source tarball fails with gcc 10

Issue #2402 resolved
Roland Haas created an issue

Apparently LAPACK contains functions which are taking REAL arrays as input but are called with COMPLEX arrays. Gcc 10 refuses to compile this.

A simple solution is likely to update the included tarball.

Comments (9)

  1. Zach Etienne

    Approved. The former version of LAPACK in ExternalThorns was approximately 8 years old, and the new version compiles fine with gcc10.

  2. Log in to comment