Commit 7c6ce28f authored by Daniel Williams's avatar Daniel Williams
Browse files

Travis added sudo and new autotools.

parent 8544c2da
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -42,8 +42,6 @@ before_install:
  - sudo add-apt-repository ppa:dns/gnu -y
  - sudo apt-get update -q
  - sudo apt-get install --only-upgrade autoconf
  # switch back to the main dir
  - cd -
  # update pip
  - pip install -q ${PRE} --upgrade pip
  # build and install numpy first
+3 −1
Original line number Diff line number Diff line
#! /bin/bash

STARTLOC=$(pwd)
LIBFRAME_VER=v8r26
LALBRANCH=sim_burst_numrel
mkdir .local
@@ -108,3 +108,5 @@ cd ${LALSUITE_SRCDIR}/lalsuite/glue
rm -rf build
python setup.py install --prefix=${LALSUITE_PREFIX}
source ${LALSUITE_PREFIX}/etc/glue-user-env.sh

cd ${STARTLOC}