daducci / AMICO

Accelerated Microstructure Imaging via Convex Optimization (AMICO) from diffusion MRI data
Other
101 stars 62 forks source link

Allow separate blas/lapack library names/paths to be specified in site.cfg #179

Open pauldmccarthy opened 9 months ago

pauldmccarthy commented 9 months ago

Howdy,

This PR makes a very small change to setup.py to allow separate library names/paths to be specified for the BLAS/LAPACK implementations, rather than assuming that all BLAS/LAPACK functions are provided by a single library. It modifies the expected site.cfg file format so that separate blas and lapack sections are supported, in addition to the already-supported openblas section.

Thanks!