- 20 Apr, 2016 3 commits
-
-
Rashad Kanavath authored
This style of naming can later be used to automate patching for dependencies. For instance take the case of gdal. the name of current patch is gdal-fix-rpath-for-macx.diff This will imply that project is GDAL patch description is second part 'fix-rpath' and for-macx.diff says that it is only for macx. Later (in future) cmake can use if(APPLE), if(WIN32), if(UNIX and NOT APPLE) and see if the name of diff file matches for-macx, for-win32, for-linux and apply it accordingly. The project name prefix seems redundant at first look. But later this can pave way to have all .diff patches in a single directory under superbuild rather than each one in sub-directory named 'project'. The former can help in case of libraries like FFTW where it builds two projects FFTWF and FFTWD.
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 19 Apr, 2016 5 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 18 Apr, 2016 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 15 Apr, 2016 3 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 14 Apr, 2016 3 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 13 Apr, 2016 2 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
Superbuild/CMake/patch.cmake is a helper script to apply .diff files using patch program. This helps us from making copies of entire source file and copying them individually. This was done for other patches (ossim, gdal etc..) TODO: use this mechanism in other places
-
- 07 Apr, 2016 1 commit
-
-
Rashad Kanavath authored
-
- 06 Apr, 2016 1 commit
-
-
Rashad Kanavath authored
-
- 23 Mar, 2016 3 commits
-
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
Guillaume Pasero authored
-
- 14 Jan, 2016 2 commits
-
-
-
Guillaume Pasero authored
This reverts commit dd59e83b, reversing changes made to ad2bd2a5.
-
- 13 Jan, 2016 3 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 21 Dec, 2015 1 commit
-
-
Rashad Kanavath authored
-
- 14 Dec, 2015 1 commit
-
-
Guillaume Pasero authored
-
- 07 Dec, 2015 4 commits
-
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
Rashad Kanavath authored
-
- 04 Dec, 2015 1 commit
-
-
Rashad Kanavath authored
-
- 10 Nov, 2015 1 commit
-
-
Rashad Kanavath authored
-
- 09 Nov, 2015 1 commit
-
-
Rashad Kanavath authored
-
- 02 Oct, 2015 1 commit
-
-
Manuel Grizonnet authored
BUG: Mantis 1069-allow to install gdal python bindings in custom install directory with OTB Superbuild
-
- 09 Sep, 2015 1 commit
-
-
Manuel Grizonnet authored
-
- 28 Aug, 2015 1 commit
-
-
Manuel Grizonnet authored
-