Skip to content

Commit

Permalink
Bump tractor to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Jul 19, 2017
1 parent c8fa08c commit 820b50c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rules/tractor.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
curl -SL https://github.com/dstndstn/tractor/archive/dr5.1.tar.gz \
-o tractor-dr5.1.tar.gz \
&& tar xzf tractor-dr5.1.tar.gz \
&& cd tractor-dr5.1 \
curl -SL https://github.com/dstndstn/tractor/archive/dr5.2.tar.gz \
-o tractor-dr5.2.tar.gz \
&& tar xzf tractor-dr5.2.tar.gz \
&& cd tractor-dr5.2 \
&& CERES_LIB="-L@AUX_PREFIX@/lib -lceres" \
python setup.py install --with-ceres --prefix="@AUX_PREFIX@" \
&& cd .. \
Expand Down

0 comments on commit 820b50c

Please sign in to comment.