mrirecon / bart

BART: Toolbox for Computational Magnetic Resonance Imaging
https://mrirecon.github.io/bart/
BSD 3-Clause "New" or "Revised" License
294 stars 162 forks source link

Fix: add target for libismrm.a if ISMRMRD enabled #244

Closed balbasty closed 3 years ago

balbasty commented 3 years ago

Hi,

I was trying to compile bart with support for ISMRMRD and had to create an additional target for libismrm.a for it to work. Please excuse me if this patch is not needed.

Also, I did not include it in this patch, but it may be better to change the default MKL_BASE from /opt/intel/mkl/lib/intel64/ to /opt/intel/mkl/, since the lib suffix is already hard-coded later (line 367).

Many thanks for your hard work,

Yael