Replies: 11 comments 8 replies
-
If you are using CMake, why aren't you using |
Beta Was this translation helpful? Give feedback.
-
I think it is easier for packages to provide a package config file that a find_package file. |
Beta Was this translation helpful? Give feedback.
-
I would just like to point out that, when used through cmake, the windows pkg-config files seem to be able to use unix paths and so are very similar to the unix pkg-config files. At least that is what my testing has indicated. |
Beta Was this translation helpful? Give feedback.
-
When I try to use
Looking the the file
So it seems to me that CHOLMOD is the proper name for the shared library ? |
Beta Was this translation helpful? Give feedback.
-
I think that fedora only installs the shared library.
|
Beta Was this translation helpful? Give feedback.
-
Here is a link to the current fedora spec file for suitesparse (so you can see the cmake command it uses). I am using fedora 40, here is a link to its spec file |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
OK that works. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Here is a link to the corresponding Fedora bug report |
Beta Was this translation helpful? Give feedback.
-
This bug has still not been fixed on fedora, so it would still be a help in CHOLMOD.pc was available on windows; see |
Beta Was this translation helpful? Give feedback.
-
Regarding static libraries on Fedora, it would be very helpful if SuiteSparse had separate shared and static |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
CMake seems to interpret the Unix pkgconfig files properly on windows. I like to use the pkg-config files through cmake to search for packages independent of windows, mac, or unix.
Beta Was this translation helpful? Give feedback.
All reactions