Skip to content

Commit

Permalink
remove extra config; call autoreconf --verbose --install --symlink --…
Browse files Browse the repository at this point in the history
…force manually
  • Loading branch information
stevengj committed Sep 29, 2017
1 parent 9cc9f1c commit 91f2cc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ script:
- (cd libctl-src && git checkout master && sh autogen.sh --prefix=$HOME/local --enable-shared && make && make install)
- git clone https://github.com/stevengj/harminv
- (cd harminv && git checkout c221b2bcbaaa761f683aa5e2c6fa7efbbecdca1f && sh autogen.sh --prefix=$HOME/local --enable-shared && make && make install)
- (CPPFLAGS=-I${HOME}/local/include LDFLAGS=-L${HOME}/local/lib GEN_CTL_IO=${HOME}/local/bin/gen-ctl-io sh autogen.sh --enable-maintainer-mode --prefix=$HOME/local --with-libctl=$HOME/local/share/libctl)
- make distclean
- autoreconf --verbose --install --symlink --force
- mkdir build && pushd build
- (CPPFLAGS=-I${HOME}/local/include LDFLAGS=-L${HOME}/local/lib GEN_CTL_IO=${HOME}/local/bin/gen-ctl-io ../configure --enable-maintainer-mode --prefix=$HOME/local --with-libctl=$HOME/local/share/libctl --with-python && make && make check && make install)
- popd
Expand Down

0 comments on commit 91f2cc6

Please sign in to comment.