Package Details: orfeo-toolbox 9.0.0-2

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-04-10 08:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

geosam commented on 2020-04-28 04:06 (UTC)

Thank you @ArArgyridis for updating and maintaining the package. I found some cases that would be useful to review..

  1. Bug with the ITK 5 version, related to a missing module of "ITKNeuralNetworks. Solution: install ITK4.
  2. When build it reports the following: ERROR The OpenCV version detected (2.4.13) is older than the minimum supported version (3.0.0). Solution: Update dependency with 'opencv>=3'.
  3. Please enable the following options to enable Mapla and Monteverdi:

-DOTB_USE_GLFW=ON \ -DOTB_USE_OPENGL=ON \ -DOTB_USE_SPTW=ON \ -DOTB_USE_QWT=ON \ -DOTB_USE_GLUT=ON

This is the PKGBUILD file: https://gist.github.com/samtux/1fc52fc4a5aea7e8541b38f35eaed75f

kikislater commented on 2020-04-27 10:16 (UTC) (edited on 2020-04-27 16:17 (UTC) by kikislater)

Thank you but still not work ! I was trying before without patch. ITKNeuralNetworks seems deprecated in favor to NeuralNetworks

But event with that, I tried with sed -i 's/ITKNeuralNetworks/NeuralNetworks/g' src/Modules/ThirdParty/ITK/otb-module-init.cmake with no luck

CMake Error at /usr/lib/cmake/ITK-5.0/ITKModuleAPI.cmake:78 (message):
  No such module: "ITKNeuralNetworks"
Call Stack (most recent call first):
  /usr/lib/cmake/ITK-5.0/ITKModuleAPI.cmake:31 (itk_module_load)
  /usr/lib/cmake/ITK-5.0/ITKModuleAPI.cmake:129 (_itk_module_config_recurse)
  /usr/lib64/cmake/ITK-5.0/ITKConfig.cmake:88 (itk_module_config)
  Modules/ThirdParty/ITK/otb-module-init.cmake:103 (find_package)
  CMake/OTBModuleEnablement.cmake:273 (include)
  CMakeLists.txt:332 (include)


-- Configuring incomplete, errors occurred!
See also "/home/sylvain/.cache/yay/orfeo-toolbox/src/build/CMakeFiles/CMakeOutput.log".
See also "/home/sylvain/.cache/yay/orfeo-toolbox/src/build/CMakeFiles/CMakeError.log".

ArArgyridis commented on 2020-04-27 10:03 (UTC)

@kikislater thanks for the notice. I was trying to compile OTB with ITK 5.x, and thus I was trying to disable some ITK modules remove from 4 to 5 as discussed here: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/merge_requests/194 but to no avail. I removed the unnecessary patch and it seems to work now.

kikislater commented on 2020-04-26 08:03 (UTC)

Where is the patch file ? And what is patch suppose to do here ?

kikislater commented on 2020-04-25 15:02 (UTC)

Last version doesn't build !

$ makepkg ==> Making package: orfeo-toolbox 7.1.0-2 (sam. 25 avril 2020 19:01:38) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found orfeo-toolbox.tar.gz -> Updating GKSVM git repo... Fetching origin ==> Validating source files with md5sums... orfeo-toolbox.tar.gz ... Passed GKSVM ... Skipped ==> Extracting sources... -> Extracting orfeo-toolbox.tar.gz with bsdtar -> Creating working copy of GKSVM git repo... Switched to a new branch 'makepkg' ==> Starting prepare()... patch: **** Can't open patch file /home/sylvain/.cache/yay/orfeo-toolbox/src/ITK.patch : No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting...

ArArgyridis commented on 2019-11-04 08:46 (UTC)

@geosam Thanks, updated

geosam commented on 2019-11-01 19:13 (UTC)

The last version is 7.0.0:

https://gist.github.com/samtux/5b9bbf99954bd38eec851441beb068a3

geosam commented on 2019-10-28 18:22 (UTC) (edited on 2019-10-28 18:23 (UTC) by geosam)

The GIT version of OTB https://gist.github.com/samtux/06fe5c298eb59f51813d82768a50eff3

geosam commented on 2019-10-12 03:36 (UTC) (edited on 2019-10-12 03:44 (UTC) by geosam)

@ArArgyridis use ITK4 of https://aur.archlinux.org/packages/itk4. The latest version of OTB does not support ITK 5.