Skip to content

Commit

Permalink
Commenting out patch according to ddoubleprime's suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Francois Lalonde committed Oct 24, 2012
1 parent 678943a commit c414dc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/makesiftgpu
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ function make_SiftGPU () {
unzip $SIFT_ZIP

cd SiftGPU/src/SiftGPU/
if [ ! -e "$(basename $ProgramGLSL_PATCH)" ]; then
echo "Patching SiftGPU GLSL code"
curl -LO $ProgramGLSL_PATCH
patch < $(basename $ProgramGLSL_PATCH)
fi
# if [ ! -e "$(basename $ProgramGLSL_PATCH)" ]; then
# echo "Patching SiftGPU GLSL code"
# curl -LO $ProgramGLSL_PATCH
# patch < $(basename $ProgramGLSL_PATCH)
# fi
cd - > /dev/null

echo "Patching SiftGPU makefile"
Expand Down

0 comments on commit c414dc2

Please sign in to comment.