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).
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