https://bugzilla.redhat.com/show_bug.cgi?id=2048217



--- Comment #4 from Antonio T. sagitter <[email protected]> ---
> %{_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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to