tMerge pull request #5 from JanGross/master - vsfm-linux-x86_64 - automated build of VisualSFM photogrammetry software and its dependencies
 (HTM) git clone git://src.adamsgaard.dk/vsfm-linux-x86_64
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ca82070d7fd724d34c0b6f41c840f6d13ffd198e
 (DIR) parent b96d5d0b4d236b23674332190485bd1f7126bfc0
 (HTM) Author: Anders Damsgaard <anders-dc@users.noreply.github.com>
       Date:   Sun, 14 May 2017 12:51:38 -0400
       
       Merge pull request #5 from JanGross/master
       
       Updated SiftGPU URL.
       
       Thanks @JanGross!
       Diffstat:
         M Makefile                            |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -24,9 +24,10 @@ SiftGPU/bin/libsiftgpu.so: SiftGPU
        
        SiftGPU: SiftGPU.zip
                unzip $<
       +        mv SiftGPU-master SiftGPU
        
        SiftGPU.zip:
       -        wget http://wwwx.cs.unc.edu/~ccwu/cgi-bin/siftgpu.cgi -O $@
       +        wget https://github.com/pitzer/SiftGPU/archive/master.zip -O $@
        
        vsfm/bin/VisualSFM: vsfm
                cd $< && make