-
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
upgrade Gadgetron and ISMRMD versions #149
Conversation
addresses #149 |
this looks fine to me, but I see failures on Travis... @paskino, can you have a look? We probably will have to update .travis.yml to use appropriate compilers. Can you also add a lines to the CHANGES.md? |
will need changes to Travis, similar to #157 (but there it's currently only for DEVEL_BUILD=On) |
Are these versions ok? |
gadgetron master now needs |
gadgetron master needs cblas. On Ubuntu, we seem to be able to use sudo apt-get install libopenblas-dev |
Use gcc-6 for non-devel builds and gcc-7 otherwise
Possibly work-around the fact that ACE is too old otherwise #169
@casperdcl, we're getting close to finish this. Relevant changes include using at least g++-6 and add an extra blas package. I presume this would have to be done in the docker stuff as well, but
|
pull in Travis fixes. Don't use gcc-7 as known problem
needed for current Gadgetron
GCC on Ubuntu 18.04 LTS is |
I think this PR can probably closed as it was superceded by #205. |
yes. looks that way. you could try and merge master on here and see how it looks like. |
* additional packages for ubuntu18.04 * add path to local user binary directory * Added vagrantfile for 18.04 * use ubuntu18.04 branch of SIRF-SuperBuild * remove install of gcc 6 * updates * remove checkout of ubuntu18.04 SIF-SuperBuild tag * Use system boost * use bento box * Added 50Gb VDI disk image https://www.virtualbox.org/manual/ch05.html * builds VM with vagrant currently doesn't find the system Boost. * add port forwarding, add 32 Mb video ram, 50 Gb HDD * use system boost * delete sirf_disk.vdi * removed links to specific VM and SuperBuild branches requires SyneRBI/SIRF-SuperBuild#149 first * use globbing for resetting *URL and *TAG * set USE_ITK=ON * created function find_boost_version * moved shell provision script to file closes #114 * install libhdf5-dev * vram is in modifyvm section https://www.virtualbox.org/manual/ch08.html * indentation fix * removed comment * separate the install steps * multi line install * added bootstrap_ubuntu.sh script * install missing boost libraries * removes autosuspend notification closes #118 * add info on 2.0rc1 * builds ubuntu18.04 SuperBuild * build ubuntu18.04 branch of superbuild * removed conflict message * changed VM name * uses SuperBuild master * removed -V command * checks if user and homedir is already created * bugfix * bugfix~~ * fix test dir existence * install spyder and jupyter in pip script * force spyder 3.2 * manual configure jupyter * info on manual step to configure ip for jupyter * add info on jupyter config * removed reference to specific branches * updated VM name * add new version * update doc * clean up
* install linux kernel headers closes SyneRBI#149 * move build-essential at linux-headers install time
Updates for new VM based on Ubuntu 18.04 LTS.