Hello all, Is the problem with inclusion of bundled libraries in the source tree even if they are not used Or actually using them when building package?
You turn on some cmake flags to use libraries installed in your system if you have a package. Look for cmake option OTB_USE_EXTERNAL_ grep on CMakeCache.txt gives OTB_USE_EXTERNAL_BOOST:BOOL=ON OTB_USE_EXTERNAL_EXPAT:BOOL=ON OTB_USE_EXTERNAL_GDAL:BOOL=ON OTB_USE_EXTERNAL_ITK:BOOL=ON OTB_USE_EXTERNAL_LIBKML:BOOL=ON OTB_USE_EXTERNAL_MUPARSER:BOOL=ON OTB_USE_EXTERNAL_MUPARSERX:BOOL=ON OTB_USE_EXTERNAL_OPENTHREADS:BOOL=ON OTB_USE_EXTERNAL_OSSIM:BOOL=ON OTB_USE_EXTERNAL_TINYXML:BOOL=ON I guess DebianGIS had a copy of OTB source in pkg-grass repo which make things easy. Just enable the cmake option for these libs and remove them from OTB/Utilities/ However certain libraries have exceptions: 6S, EDISON, SVM HTH On Thu, Dec 18, 2014 at 3:06 PM, Paolo Cavallini <[email protected]> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Il 18/12/2014 15:00, Matteo F. Vescovi ha scritto: > > > This is the old bug report you filed against upstream about general > > license stuff, but there's no update on that. > > Sorry, *too* quick: http://bugs.orfeo-toolbox.org/view.php?id=996 > > > PS: not everyone uses Debian and knows about devscripts package > > and licensecheck tool; don't take it for granted. > > AFAIK core OTB devs use Debian or Ubuntu, and they should know at the > very least the basics of packaging. > > All the best, and thanks. > - -- > Paolo Cavallini - www.faunalia.eu > QGIS & PostGIS courses: http://www.faunalia.eu/training.html > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > > iEYEARECAAYFAlSS320ACgkQ/NedwLUzIr74lACeJakv/ZslHxystRsAhFK4m1ys > 3vgAn0Ay14q++37mqty1WQmVy98x6fF8 > =Kor4 > -----END PGP SIGNATURE----- > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: https://lists.debian.org/[email protected] > > -- Regards, Rashad
