Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

building gadgetron master is failing on the current VM #141

Open
KrisThielemans opened this issue Sep 14, 2019 · 4 comments
Open

building gadgetron master is failing on the current VM #141

KrisThielemans opened this issue Sep 14, 2019 · 4 comments
Assignees
Milestone

Comments

@KrisThielemans
Copy link
Member

I had a few problems trying to upgrade Gadgetron on my current 2.0 VM

cmake -DCBLAS_INCLUDE_DIR=/usr/include/x86_64-linux-gnu/ .
sudo apt install python3-breathe

fix

sudo apt install python3-pip
python3 -m pip install breathe

but this gave me a "service" warning about upgrading libssl1.1 and restarting services, which would break any automatic set-up (but maybe that won't happen when we build a new VM).

Painful.

@KrisThielemans
Copy link
Member Author

sorry. on Ubuntu 18.04, sphinx uses python2, therefore the above lines are incorrect. we currently need for instance

python -m pip install breathe

@KrisThielemans
Copy link
Member Author

@dchansen kindly introduced an Gadgetron option BUILD_DOCUMENTATION defaulting to OFF, so ignore all the sphinx problems as they won't appear anymore.

@paskino
Copy link
Contributor

paskino commented Oct 6, 2020

SyneRBI/SIRF-SuperBuild#438 will possibly close this?

@KrisThielemans
Copy link
Member Author

This is obsolete and needs to be fixed elsewhere anyway. I suggest to close this. Just not sure where to document the -DCBLAS_INCLUDE_DIR solution

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

No branches or pull requests

3 participants