-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update ACE package #145
Update ACE package #145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems good to me. Feel free to merge, but send email that you're updating the Gadgetron version.
but why the branch name?
SCARF is the STFC cluster, that's the origin of the name of this PR. About the Gadgetron repo change:
|
I'm somewhat reluctant to point to our own gadgetron fork, as it gives the impression we're deviating from them. I vote for pointing to the main gadgetron repo somewhere after acceptance of your PR. @DANAJK , @ckolbPTB @johannesmayer any suggestions/opinions? |
Similar to #134 , I have no objection to pointing to a Gadgetron commit that works for us. Hopefully more recent that one year though. |
I tried to build Gadgetron after the PR was merged and it fails. Fixed that (requires changing Gadgetron CMakeLists.txt) and I got to
|
waveforms are something that is being added to ISMRMRD (to support ECG information as an example). |
we should follow the same strategy for ISMRMRD as in #134 I think: occasional updates, with testing first. if we need ECG (or any other schanges in ISMRMRD) now or not I have no idea. As long as it doesn't break things, it's fine for me of course. |
ah sorry. I hadn't seen Edo's error. Seems Gadgetron doesn't check the ISMRMRD version properly then... Then it needs updating ISMRMRD of course. |
I'll see if I find a couple of Gadgetron/ISMRMRD which work for us. |
I guess do a |
OK, the new Gadgetron/master requires at least GCC version 6. Ubuntu 16.04 has 5.4. On the VM it could be possible to install gcc version 6 following this link I see a few options:
Although option 3 is still in a work-in-progress phase I strongly believe that we should pursue that direction. |
They introduced a check of the availability of |
This discussion isn't really about this PR. I've created a new Issue for it: #146 This PR does 2 things: change ACE stuff, and change Gadgetron Tag. Those are independent, and the Gadgetron stuff is preventing us merging the ACE changes. @paskino, please revert Gadgetron changes, change the title of the PR, and then squash-merge. |
Reflects updates done on ACE.
Uses Gadgetron version that compiles with GPU support.