ESS_GUIESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_openclESS_GUI_sync_sascalc
Last change
on this file since 79d3025 was
e84ccf5,
checked in by trnielsen, 8 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 | |
---|
5 | sudo apt-get update |
---|
6 | sudo apt-get install -y git |
---|
7 | sudo apt-get install -y vim build-essential |
---|
8 | |
---|
9 | |
---|
10 | sudo apt-get install dpkg-dev fakeroot lintian |
---|
11 | |
---|
12 | # Now with mpistuff |
---|
13 | sudo apt-get install -y openmpi-bin openmpi-doc libopenmpi-dev |
---|
14 | |
---|
15 | #Install viewer to nexus files |
---|
16 | sudo apt-get install -y hdfview |
---|
17 | |
---|
18 | # Install PyCharm community edition |
---|
19 | sudo add-apt-repository ppa:mystic-mirage/pycharm |
---|
20 | sudo apt-get update |
---|
21 | sudo apt-get install -y --force-yes pycharm-community |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.