File: provision.sh

package info (click to toggle)
python-casacore 2.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,124 kB
  • ctags: 1,105
  • sloc: python: 3,661; cpp: 1,306; makefile: 65; sh: 9
file content (15 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash -ev

export DEBIAN_FRONTEND=noninteractive

## enable wordwide mirrors and all repositories
cp /vagrant/vagrant/apt.sources.list /etc/apt/sources.list

## install all requirements
apt-get update
apt-get install -y software-properties-common python-numpy python-nose \
                    python-setuptools libboost-python-dev libcfitsio3-dev \
                    libpython3.4-dev libpython2.7-dev python3-nose
add-apt-repository ppa:radio-astro/main
apt-get update
apt-get install -y libcasacore2-dev