Jonathan Halliday created MNEMONIC-465:
------------------------------------------
Summary: build broken on fedora
Key: MNEMONIC-465
URL: https://issues.apache.org/jira/browse/MNEMONIC-465
Project: Mnemonic
Issue Type: Bug
Affects Versions: 0.9.0-incubating
Reporter: Jonathan Halliday
Assignee: Yanping Wang
building on fedora 27 bare metal (i.e. NOT the supplied docker), build fails
because cmake expects e.g. libvmem.a but pmdk packaged for fedora rpm installs
only libvmem.so
cmake should allows either, as in {{SET(CMAKE_FIND_LIBRARY_SUFFIXES ".so" ".a")
}}otherwise users are forced to compile pmdk rather than using supplied
packages.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)