source: sasview/build_tools/Vagrant/Ubuntu1404/provision/developer.sh @ e84ccf5

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since e84ccf5 was e84ccf5, checked in by trnielsen, 7 years ago

Add Vagrant box description for SasView? Qt on Ubuntu1404

  • Property mode set to 100644
File size: 502 bytes
Line 
1#! /bin/bash
2
3# Install basic developer tools
4
5sudo apt-get update
6sudo apt-get install -y git
7sudo apt-get install -y vim build-essential
8
9
10sudo apt-get install dpkg-dev fakeroot lintian
11
12# Now with mpistuff
13sudo apt-get install -y openmpi-bin openmpi-doc libopenmpi-dev
14
15#Install viewer to nexus files
16sudo apt-get install -y hdfview
17
18# Install PyCharm community edition
19sudo add-apt-repository ppa:mystic-mirage/pycharm
20sudo apt-get update
21sudo apt-get install -y --force-yes pycharm-community
22
Note: See TracBrowser for help on using the repository browser.