Compilation fails (using the build-hdrmerge script provided for the latest build) and I cannot find alglib for Tumbleweed distribution from YaST nor as a package (rpm).
I have downloaded the alglib-3.19.0.cpp.gpl.tgz locally but I do not know in which dir or what environment variables I have to set so for the script/cmake to be able to “see” it.
-- Could NOT find ALGLIB (missing: ALGLIB_LIBRARIES ALGLIB_INCLUDES)
-- Install binary to: /home/markman8/programs/hdrmerge
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ALGLIB_INCLUDES (ADVANCED)
used as include directory in directory /home/markman8/programs/code-hdrmerge
used as include directory in directory /home/markman8/programs/code-hdrmerge
used as include directory in directory /home/markman8/programs/code-hdrmerge
used as include directory in directory /home/markman8/programs/code-hdrmerge
used as include directory in directory /home/markman8/programs/code-hdrmerge
used as include directory in directory /home/markman8/programs/code-hdrmerge
used as include directory in directory /home/markman8/programs/code-hdrmerge
ALGLIB_LIBRARIES (ADVANCED)
linked by target "hdrmerge" in directory /home/markman8/programs/code-hdrmerge
CMake Error in CMakeLists.txt:
Found relative path while evaluating include directories of "hdrmerge":
"ALGLIB_INCLUDES-NOTFOUND"
CMake Error in CMakeLists.txt:
Found relative path while evaluating include directories of "hdrmerge":
"ALGLIB_INCLUDES-NOTFOUND"
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
AppImage does not work either. Asks to use ldconfig and user does not have access to it for start (only root).
Is there a workaround for the compilation part for HDRMerge program on Tumbleweed?