Skip to content

Commit

Permalink
update openfx
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Mar 20, 2018
1 parent 5e937f8 commit 7f11199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CImg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,16 +179,16 @@ endif
CIMGVERSION=88fab6de7bfc141a1f577e3cf1b17b9fb1e4f438

CImg.h: Inpaint/inpaint.h
curl -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/CImg.h
curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/CImg.h
# patch -p0 -d. < CImg-2.0.0-anisotropic.patch
# patch -p0 -d. < CImg-1.7.1-omp.patch

Inpaint/inpaint.h:
curl -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/plugins/inpaint.h
curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/plugins/inpaint.h
patch -p0 -d. < Inpaint/inpaint.h.patch

nlmeans.h:
curl -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/plugins/nlmeans.h
curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/plugins/nlmeans.h

#git archive --remote=git://git.code.sf.net/p/gmic/source $(CIMGVERSION):src CImg.h | tar xf -

Expand Down
2 changes: 1 addition & 1 deletion openfx
Submodule openfx updated 1 files
+1 −1 .travis.yml

0 comments on commit 7f11199

Please sign in to comment.