Package Details: orfeo-toolbox 9.1.0-1

Git Clone URL: https://aur.archlinux.org/orfeo-toolbox.git (read-only, click to copy)
Package Base: orfeo-toolbox
Description: ORFEO Toolbox (OTB) is an open source library of image processing algorithms
Upstream URL: http://www.orfeo-toolbox.org
Licenses: CeCILL
Submitter: ArArgyridis
Maintainer: ArArgyridis
Last Packager: ArArgyridis
Votes: 15
Popularity: 0.000000
First Submitted: 2011-09-01 07:08 (UTC)
Last Updated: 2024-11-06 09:12 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »

ArArgyridis commented on 2015-07-16 12:04 (UTC)

Hey pjduplooy, Well I think that it is best to avoid the superbuild system for OTB. OTB has many depedencies and I imagine that someone might already be using some of these libraries. So I think that it is preferable to avoid multiple instances of the same library

pjduplooy commented on 2015-07-11 06:32 (UTC)

Hi I also get the /usr/lib64 error compiling the ossim part, and I know there was a solution posted somewhere on AUR comments (a GIS related package) but for the love of it cant find it now. Any help? In the meantime I just used the ossim package from ArArgyridis. Have you tried building orfeo with their superbuild system (new in 5.0)? Works like a charm!!!! Pieter

ArArgyridis commented on 2015-04-21 09:04 (UTC)

@geosam I updated the PKGBUILD. I also managed to compile it with ITK 4.5. Now it has itk45 and libkml-git as aditional depedencies.

geosam commented on 2015-04-13 19:35 (UTC)

Is neccesary change in lines 40-44: ------------- if [ -d "$srcdir/build/" ]; then rm -rf $srcdir/build/ fi mkdir $srcdir/build/ cd $srcdir/build -------------------------

ariki commented on 2014-12-23 08:41 (UTC)

swig is missed in makedepends

ArArgyridis commented on 2014-12-03 13:08 (UTC)

It seems that the problem resides with current version of boost. I tried to recompile orfeo toolbox here and it works perfectly. I am uploading the PKGBUILD i used, perhaps it's a missing depedency. Try it again and please inform me if it compiled :)

aldeano commented on 2014-11-30 23:41 (UTC)

I got a problem compiling orfeo, i'm using cmake 3.0.2-1, boost 1.57.0-2 and swig 3.0.2, this is the message (sorry for being in spanish) In file included from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.h:116:0, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:21: /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx: En la instanciación de ‘otb::RCC8VertexIterator<TGraph>::RCC8VertexIterator(TGraph*) [con TGraph = otb::RCC8Graph<otb::RCC8VertexBase<otb::Polygon<> > >]’: /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:111:33: se requiere desde aquí /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx:54:20: error: ‘tie’ no se declaró en este ámbito tie(m_Iter, m_End) = vertices(*(m_Graph->GetGraph())); ^ /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx:54:20: nota: alternativas sugeridas: In file included from /usr/include/boost/tuple/tuple.hpp:28:0, from /usr/include/boost/graph/graph_traits.hpp:16, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8Graph.h:29, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:19: /usr/include/boost/tuple/detail/tuple_basic.hpp:870:1: nota: ‘boost::tuples::tie’ tie(T0& t0) { ^ /usr/include/boost/tuple/detail/tuple_basic.hpp:947:1: nota: ‘boost::tuples::tie’ tie(T0& t0, T1& t1, T2& t2, T3& t3, ^ In file included from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.h:116:0, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:21: /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx: En la instanciación de ‘void otb::RCC8VertexIterator<TGraph>::GoToBegin() [con TGraph = otb::RCC8Graph<otb::RCC8VertexBase<otb::Polygon<> > >]’: /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:112:15: se requiere desde aquí /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx:111:20: error: ‘tie’ no se declaró en este ámbito tie(m_Iter, m_End) = vertices(*(m_Graph->GetGraph())); ^ /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8VertexIterator.txx:111:20: nota: alternativas sugeridas: In file included from /usr/include/boost/tuple/tuple.hpp:28:0, from /usr/include/boost/graph/graph_traits.hpp:16, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Code/SpatialReasoning/otbRCC8Graph.h:29, from /tmp/pacaurtmp-trichocereus/orfeo-toolbox/src/OTB-4.2.1/Testing/Code/SpatialReasoning/otbRCC8Graph.cxx:19: /usr/include/boost/tuple/detail/tuple_basic.hpp:870:1: nota: ‘boost::tuples::tie’ tie(T0& t0) { ^ /usr/include/boost/tuple/detail/tuple_basic.hpp:947:1: nota: ‘boost::tuples::tie’ tie(T0& t0, T1& t1, T2& t2, T3& t3, ^ Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/build.make:330: fallo en las instrucciones para el objetivo 'Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/otbRCC8Graph.cxx.o' make[2]: *** [Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/otbRCC8Graph.cxx.o] Error 1 CMakeFiles/Makefile2:22509: fallo en las instrucciones para el objetivo 'Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/all' make[1]: *** [Testing/Code/SpatialReasoning/CMakeFiles/otbSpatialReasoningTests1.dir/all] Error 2 Makefile:147: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2

ArArgyridis commented on 2014-07-26 08:11 (UTC)

I added a patch that allows orfeo toolbox to be compiled with CMake 3.0

ArArgyridis commented on 2014-07-10 18:08 (UTC)

As I posted previously, the released version of Orfeo Toolbox can not be compiled due to the update in cmake from 2.8 to 3.0. Either downgrade cmake, or try to build orfeo toolbox from mercurial. You can find the PKGBUILD here: https://aur.archlinux.org/packages/orfeo-toolbox-hg/