Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with making bart v 0.8.00 #302

Closed
natalia-dubljevic opened this issue Mar 14, 2023 · 5 comments
Closed

Issues with making bart v 0.8.00 #302

natalia-dubljevic opened this issue Mar 14, 2023 · 5 comments

Comments

@natalia-dubljevic
Copy link

I thought it would be an easier installation this time since I am now using WSL instead of Windows, but there still seems to be many issues. For reference, I am using WSL2 with Ubuntu 22.04.02

I followed the commands verbatim on this page: https://mrirecon.github.io/bart/installation.html. I have been trying to install v0.8.00

The issues began when I got around to the make command.

Error #1:
image
Seems that the bart file can't find fftw3.h. I looked around and, well, I couldn't find it anywhere either. So I commented out that line in the bart file and tried again.

Error #2: Lots of warnings showed up about some inconsistencies in the code, and then I got this:
image
I wasn't able to find this either when I looked around. I figured since I was this far, let's not include cblas.h in the blas file

Error #3: A long list of errors regarding no cblas came about that I assume are due to my removal of the line that led to error #2.

I've run out of ideas to make this installation work, and I don't know where the issue stems from. This has been an incredibly difficult package to make!

@jtamir
Copy link
Member

jtamir commented Mar 14, 2023 via email

@natalia-dubljevic
Copy link
Author

Hi Jon,

That seems to have worked! Is there any way these instructions could be made public or more easily found? They don't appear in the README file or elsewhere on the site from what I can tell.

@jtamir
Copy link
Member

jtamir commented Mar 14, 2023 via email

@uecker
Copy link
Member

uecker commented Mar 14, 2023

I wonder why the original instructions did not work? They include the commands for installing fftw3 and blas. Was there an error before? For Ubuntu there is also a pre-compiled package distributed with Ubuntu you can just install.

@natalia-dubljevic
Copy link
Author

I'm not sure...when I installed fftw3 and blas, some warnings came up, but it didn't appear to be anything serious. Unfortunately, I don't remember what the warnings were, and can't seem to recreate them on my current device. I didn't notice the pre-compiled package-- I'll try it out if I need to install bart on another Linux system!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants