ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since a97c51e was
a97c51e,
checked in by Tobias Richter <tobias.richter@…>, 10 years ago
|
initial test of vagrant
|
-
Property mode set to
100644
|
File size:
701 bytes
|
Line | |
---|
1 | #! /bin/bash |
---|
2 | |
---|
3 | sed -i 's,http://us.archive.ubuntu.com/ubuntu/,mirror://mirrors.ubuntu.com/mirrors.txt,' /etc/apt/sources.list |
---|
4 | apt-get update |
---|
5 | |
---|
6 | apt-get install -y xvfb git python-pip pkg-config libfreetype6-dev libpng-dev python-dev python-wxtools pylint python-matplotlib python-numpy python-sphinx python-xmlrunner python-pisa python-setuptools python-scipy python-pyparsing python-html5lib python-reportlab python-lxml python-pil |
---|
7 | pip install bumps comtypes periodictable |
---|
8 | |
---|
9 | cat >> ~vagrant/.bashrc <<EOF |
---|
10 | export LANG=en_US.UTF-8 |
---|
11 | export LC_ALL=en_US.UTF-8 |
---|
12 | sasview-compile() { |
---|
13 | cd /vagrant |
---|
14 | sh ./build_tools/jenkins_linux_build.sh |
---|
15 | } |
---|
16 | sasview-test() { |
---|
17 | cd /vagrant |
---|
18 | sh ./build_tools/jenkins_linux_test.sh |
---|
19 | } |
---|
20 | EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.