SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

upgrading 1.1.1 VM fails #113

Closed KrisThielemans closed 4 years ago

KrisThielemans commented 5 years ago

After a lot of work, we still struggle with boost, https://github.com/CCPPETMR/SIRF/issues/257), and CMake version, https://github.com/CCPPETMR/SIRF/issues/259, therefore ISMRMRD, #105 etc. It seems hopeless to fix this without a complete rebuild. Therefore, the following should almost work (not completely tested yet)

rm -rf ~/devel/buildVM
sudo ~/devel/CCPPETMR_VM/scripts/INSTALL_prerequisites_with_apt-get.sh 
sudo ~/devel/CCPPETMR_VM/scripts/INSTALL_CMake.sh 
update_VM.sh

However, we're then hitting the problem https://github.com/CCPPETMR/SIRF-SuperBuild/issues/161 (essentially recent boost will need compiling with c++14).

KrisThielemans commented 5 years ago

Anyone knows where to get boost 1.65 (or 1.66 or 1.67) with APT for 16.04? That way, we could avoid https://github.com/CCPPETMR/SIRF-SuperBuild/issues/161 for a bit longer.

KrisThielemans commented 4 years ago

I'll close this issue. it's out-of-date and we need to put our energy elsewhere.