You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue that I am currently encountering pertains 3-rd party software developers. The problem is not related to the quality of the library code -- it works as expected. It is about missing CMake config files in the installation tree. In particular, I cannot get neither blosc-config.cmake nor BLOSCConfig.cmake (the package configuration files) to appear in the installation tree (I presume they should be located under lib64/cmake/Blosc or lib/cmake/Blosc). Shown below are the actual CMake command lines invoked to configure and run the compilation, testing, and installation:
Note that the messages describing the installation procedure show that neither blosc-config.cmake nor BLOSCConfig.cmake are being installed (while the support file for autotools pkgconfig/blosc.pc is):
Are those package configuration files not intentionally generated, or am I simply missing something here? Note that such files exist in the installation tree of c-blosc2.
Thank you very much in advance for your attention.
The text was updated successfully, but these errors were encountered:
vessokolev
changed the title
No BLOSC-config.cmake or blosc-config.cmake are available in the Release installation tree.
No BLOSC-config.cmake and blosc-config.cmake are available in the Release installation tree.
Dec 18, 2024
The issue that I am currently encountering pertains 3-rd party software developers. The problem is not related to the quality of the library code -- it works as expected. It is about missing CMake config files in the installation tree. In particular, I cannot get neither
blosc-config.cmake
norBLOSCConfig.cmake
(the package configuration files) to appear in the installation tree (I presume they should be located underlib64/cmake/Blosc
orlib/cmake/Blosc
). Shown below are the actual CMake command lines invoked to configure and run the compilation, testing, and installation:Note that the messages describing the installation procedure show that neither
blosc-config.cmake
norBLOSCConfig.cmake
are being installed (while the support file for autotoolspkgconfig/blosc.pc
is):This is the complete log collected during the configuration, compilation, testing, and installation.
Are those package configuration files not intentionally generated, or am I simply missing something here? Note that such files exist in the installation tree of c-blosc2.
Thank you very much in advance for your attention.
The text was updated successfully, but these errors were encountered: