source: sasview/Vagrantprovision.sh @ 7c4bb4d

magnetic_scattrelease-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1249
Last change on this file since 7c4bb4d was 0657b10, checked in by Ubuntu <ubuntu@…>, 7 years ago

Updates to Vagrant files for allowing AJJ to test docs build

  • Property mode set to 100644
File size: 722 bytes
Line 
1#! /bin/bash
2
3sed -i 's,http://us.archive.ubuntu.com/ubuntu/,mirror://mirrors.ubuntu.com/mirrors.txt,' /etc/apt/sources.list
4apt-get update
5
6apt-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
7pip install bumps comtypes periodictable
8
9cat >> ~/.bashrc <<EOF
10export LANG=en_US.UTF-8
11export LC_ALL=en_US.UTF-8
12export LC_CTYPE=en_US.UTF-8
13sasview-compile() {
14cd /vagrant
15sh ./build_tools/jenkins_linux_build.sh
16}
17sasview-test() {
18cd /vagrant
19sh ./build_tools/jenkins_linux_test.sh
20}
21EOF
Note: See TracBrowser for help on using the repository browser.