You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, by any chance could you make a pull request with your proposed changes? You could follow the approach we took for specifying the CUDA include/lib paths while maintaining backward compatibility, as NVIDIA also changed the paths after a certain CUDA version. See https://github.com/mrirecon/bart/blob/master/Makefile#L166
Note that, though we don't have configure or cmake (any more), the intended use is to not modify the Makefile and instead define a Makefile.local that has the specific build variables defined. For example:
intel-mkl is now available on Ubuntu 22.04, however its installation doesn't conform to the assumptions in the Makefile.
MKL_BASE is expanded to $MKL_BASE/include, however the includes are at
/usr/include/mkl
Similarly, the libs are just at /usr/lib.
MKL_INCLUDE and MKL_LIBS might be a better way.
Ideally of course an autoconf ./configure or a cmake file would remove the need to hard-code paths in a hand written Makefile.
The text was updated successfully, but these errors were encountered: