zalf-rpm / monica

license
Mozilla Public License 2.0
24 stars 10 forks source link

Cannot build monica on Gentoo Linux #16

Closed uhucrew closed 4 years ago

uhucrew commented 6 years ago

After updating monica I cannot build it here on Gentoo Linux


/var/atb/monica/monica/_cmake_linux $ cmake .. -DCMAKE_BUILD_TYPE=Release -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- cmake_generator = Unix Makefiles -- size_of_void = 8 CMake Error at CMakeLists.txt:83 (find_package): Could not find a package configuration file provided by "ZeroMQ" with any of the following names:

ZeroMQConfig.cmake
zeromq-config.cmake

Add the installation prefix of "ZeroMQ" to CMAKE_PREFIX_PATH or set "ZeroMQ_DIR" to a directory containing one of the above files. If "ZeroMQ" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/var/atb/monica/monica/_cmake_linux/CMakeFiles/CMakeOutput.log".


cmake version 3.9.6 zeromq 4.2.2

uhucrew commented 6 years ago

Problem found, patch attached.

CMakeLists.patch.txt

uhucrew commented 4 years ago

Outdated, closing.