Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindJemalloc.cmake does not work on CentOS 8 #14

Open
mathog opened this issue Jun 9, 2020 · 0 comments
Open

FindJemalloc.cmake does not work on CentOS 8 #14

mathog opened this issue Jun 9, 2020 · 0 comments

Comments

@mathog
Copy link

mathog commented Jun 9, 2020

The supplied cmake/Modules/FindJemalloc.cmake does not work on CentOS 8 even though jemalloc and jemalloc-devel are both installed from RPMs. It was replaced with the FindJeMalloc.cmake from inkscape and that did find the jemalloc files. Salmon 1.2.1 also found jemalloc and its cmake file is nearly identical to the one in Pufferfish, so perhaps you may want to use the one from Salmon in Pufferfish too.

diff FindJemalloc.cmake ../../../pufferfish-1.0.0/cmake/Modules/Hide_FindJemalloc.cmake
22c22
< find_library(JEMALLOC_LIBRARY NAMES jemalloc libjemalloc
---
> #[[find_library(JEMALLOC_LIBRARY NAMES jemalloc libjemalloc
38c38
< endif()
---
> endif()]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants