mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
gis/OTB: Remove mapnik as an optional dependency.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
feb34b9bcd
commit
1f952dd6fc
2 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
PRGNAM=OTB
|
PRGNAM=OTB
|
||||||
VERSION=${VERSION:-4.0.0}
|
VERSION=${VERSION:-4.0.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -6,8 +6,7 @@ algorithms for high resolution optical images (Pleiades, SPOT, QuickBird,
|
||||||
WorldView, Landsat, Ikonos), hyperspectral sensors (Hyperion) or SAR
|
WorldView, Landsat, Ikonos), hyperspectral sensors (Hyperion) or SAR
|
||||||
(TerraSarX, ERS, Palsar) are available.
|
(TerraSarX, ERS, Palsar) are available.
|
||||||
|
|
||||||
OTB may make use of the following optional dependencies: mapnik (use MAPNIK=on)
|
OTB may use the following optional dependency: opencv (use OPENCV=on).
|
||||||
and opencv (use OPENCV=on).
|
|
||||||
|
|
||||||
If the following packages are installed OTB will be built and linked against
|
If the following packages are installed OTB will be built and linked against
|
||||||
them: muParser, OpenSceneGraph and tinyxml. Otherwise, internal copies of the
|
them: muParser, OpenSceneGraph and tinyxml. Otherwise, internal copies of the
|
||||||
|
|
Loading…
Reference in a new issue