Skip to content

Commit

Permalink
Merge pull request #1016 from grondo/autotools
Browse files Browse the repository at this point in the history
travis-ci: build with latest autotools
  • Loading branch information
garlick committed Mar 28, 2017
2 parents de54940 + f2e7627 commit 5e85aa7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/test/travis-dep-builder.sh
Expand Up @@ -16,7 +16,10 @@ https://github.com/zeromq/czmq/archive/v3.0.2.tar.gz \
http://downloads.sourceforge.net/ltp/lcov-1.10.tar.gz \
http://www.open-mpi.org/software/hwloc/v1.11/downloads/hwloc-1.11.0.tar.gz \
http://www.digip.org/jansson/releases/jansson-2.9.tar.gz \
http://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz"
http://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz \
https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz \
https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz \
https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz"

declare -A extra_configure_opts=(\
["mpich-3.1.4"]="--disable-fortran --disable-cxx --disable-maintainer-mode --disable-dependency-tracking --enable-shared --disable-wrapper-rpath" \
Expand Down Expand Up @@ -102,7 +105,7 @@ print_env () {
echo "export CPPFLAGS=-I${prefix}/include"
echo "export LDFLAGS=-L${prefix}/lib"
echo "export PKG_CONFIG_PATH=${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig"
echo "export PATH=${PATH}:${HOME}/.local/bin:${HOME}/local/usr/bin:${HOME}/local/bin"
echo "export PATH=${HOME}/.local/bin:${HOME}/local/usr/bin:${prefix}/bin:${PATH}"
luarocks path --bin
}

Expand Down

0 comments on commit 5e85aa7

Please sign in to comment.