grc-iit / ChronoLog

ChronoLog: A High-Performance Storage Infrastructure for Activity and Log Workloads
https://chronolog.dev
BSD 2-Clause "Simplified" License
5 stars 4 forks source link

spdlog is not properly installed with spack #144

Closed EnekoGonzalez3 closed 2 months ago

EnekoGonzalez3 commented 3 months ago

Our project relies on Spack for environment setup, including the installation of the spdlog package. Until recently, spdlog worked with an internal fmt library by default. However, following updates to Spack, spdlog now defaults to using an external fmt library. This change has introduced an incompatibility with our project's current setup, preventing successful deployment.