Description of problem: Does not find Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: CMake Error at /usr/share/cmake/Modules/ FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find Octave (missing: OCTAVE_LIBRARIES) (found suitable version "3.8.0-rc2", minimum required is "3.6") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) cmake/FindOctave.cmake:176 (find_package_handle_standard_args) CMakeLists.txt:882 (FIND_PACKAGE) -- Configuring incomplete, errors occurred! Expected results: Additional info:
Whooo... misfire... --- Description of problem: Does not find ${OCTAVE_LIBRARIES} with octave-3.8.0-rc2 Version-Release number of selected component (if applicable): cmake-2.8.12.1-1.fc21 How reproducible: 100% Steps to Reproduce: use FindPackage( Octave ) in your CMakeLists.txt Actual results: CMake Error at /usr/share/cmake/Modules/ FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find Octave (missing: OCTAVE_LIBRARIES) (found suitable version "3.8.0-rc2", minimum required is "3.6") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) cmake/FindOctave.cmake:176 (find_package_handle_standard_args) CMakeLists.txt:882 (FIND_PACKAGE) -- Configuring incomplete, errors occurred! Expected results: ${OCTAVE_LIBRARIES} should be found correctly as expected. Additional info: Works fine with Octave <= 3.6.X (like with F20).
cmake/FindOctave.cmake is part of shogun and will need to be fixed there.
This is fixed now, but we have other issues. I'm doing an octave build to try to fix the next one. We see what we come upon next.