https://bugzilla.redhat.com/show_bug.cgi?id=2048217 --- Comment #4 from Antonio T. sagitter <trpost@xxxxxxxxxxxxxx> --- > %{_prefix}/lib/cmake/%{name}*.cmake This is wrong for x86_64 Patch the CMakeLists.txt file: ``` --- CMakeLists.origin.txt 2020-10-13 19:18:02.000000000 +0200 +++ CMakeLists.txt 2022-04-24 18:55:46.282345739 +0200 @@ -78,7 +78,7 @@ INSTALL(EXPORT maeparser-targets FILE ${PROJECT_NAME}-config.cmake - DESTINATION lib/cmake) + DESTINATION lib${LIB_SUFFIX}/cmake) file(GLOB mae_headers "*.hpp") install(FILES ${mae_headers} DESTINATION include/maeparser) ``` > my goal (on hold) was to get RDKIT and some other chemistry software into Fedora Okay, let me know when you decide to resume rdkit please. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2048217 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure