FluidityProject / fluidity

Fluidity
http://fluidity-project.org
Other
362 stars 113 forks source link

Update autoconf macros for Python, BLAS and LAPACK #357

Closed angus-g closed 2 years ago

angus-g commented 2 years ago

Using autoconf-archive 2022.02.11, and regenerated configure script using autoconf 2.71. AX_BLAS and AX_LAPACK are modified to not mangle the routine names, since they're not being cross-linked. Hopefully it's not too much of a stretch to make these things a bit more compatible with more modern toolchains?

Closes #355.