Search Criteria
Package Details: orfeo-toolbox 9.1.0-1
Package Actions
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) |
Dependencies (20)
- boost (boost-gitAUR)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fftw (fftw-amdAUR)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- gdal (gdal-ecwAUR, gdal-hdf4AUR, gdal-libkmlAUR, gdal-libkml-filegdbAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- insight-toolkit4AUR
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- libkmlAUR (libkml-gitAUR)
- libsvm
- muparser
- muparserxAUR
- opencv (opencv-cuda)
- openmpi (openmpi-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- tinyxml (tinyxml-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- swig (swig-gitAUR) (make)
Latest Comments
1 2 3 4 5 6 .. 13 Next › Last »
dobedobedo commented on 2024-10-10 04:24 (UTC)
Here's the PKGBUILD I used for 9.1:
dobedobedo commented on 2024-09-24 12:11 (UTC) (edited on 2024-09-26 22:46 (UTC) by dobedobedo)
Hi @ArArgyridis,
I used this PKGBUILD to build the package with Learning and 6S enabled:
dobedobedo commented on 2024-04-12 06:06 (UTC)
Hi @ArAngryidis,
Here's the new PKGBUILD that successfully compiles the Learning module with LibSVM and OpenCV support:
dobedobedo commented on 2024-04-12 06:06 (UTC)
Hi @ArAngryidis,
Here's the new PKGBUILD that successfully compiles the Learning module with LibSVM and OpenCV support:
dobedobedo commented on 2024-04-10 12:58 (UTC)
@ArArgyridis, I just found that OpenCV and LibSVM don't seem to be used for building learning modules if setting -DOTBGroup_Learning=OFF. I created an issue on their GitLab.
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/issues/2388
Feel free to add your comments.
ArArgyridis commented on 2024-04-10 08:45 (UTC)
@dobedobedo thanks for this, I updated the package, and also removed qt5-base from make depedencies. I think that it's a bit of a mess with the compilation flags (had some similar issues with some other combinations of enabled/disabled flags) and I will try to submit a bug report to the OTB team.
dobedobedo commented on 2024-04-10 07:40 (UTC) (edited on 2024-04-10 08:01 (UTC) by dobedobedo)
I successfully compile with this PKGBUILD. Need to remove -DOTBGroup_Learning=ON to make -DOTB_USE_SHARK=OFF valid.
dobedobedo commented on 2024-04-06 10:29 (UTC)
Hi @ArArgyridis, I cannot successfully compile even with -DOTB_USE_SHARK=OFF In addition, could you please add libkml as a dependency?
ArArgyridis commented on 2024-04-03 07:30 (UTC)
@qwertypoke I disabled support for shark-ml-git in the PKGBUILD and managed to build it. I had the shark-ml-git installed on this system and forgot to uninstall it. It should be OK now.
qwertypoke commented on 2024-04-02 19:17 (UTC) (edited on 2024-04-02 19:38 (UTC) by qwertypoke)
@ArArgyridis the build failed due to missing dependencies.
(_FPHSA_FAILURE_MESSAGE) CMake/FindLibKML.cmake:49 (find_package_handle_standard_args) Modules/ThirdParty/libkml/otb-module-init.cmake:21 (find_package) CMake/OTBModuleEnablement.cmake:277 (include) CMakeLists.txt:324 (include)
I installed libkml-git to get rid of this one.
On the next try I got:
CMake Error at CMake/FindShark.cmake:66 (message): Cannot find SHARK_LIBRARY. set it with cmake -DSHARK_LIBRARY= Call Stack (most recent call first): Modules/ThirdParty/Shark/otb-module-init.cmake:21 (find_package) CMake/OTBModuleEnablement.cmake:277 (include) CMakeLists.txt:324 (include)
I tried installing shark-ml-atlas-git that requires atlas.lapack. The latter does not compile. There seems to be a lot of configuration and tweeking needed to get it built. Have you been able to built all the dependencies for the Orfeo toolbox?
1 2 3 4 5 6 .. 13 Next › Last »