ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
401 stars 88 forks source link

Allow Ginkgo to Use the `--prefix` Option #1534

Closed MarcelKoch closed 7 months ago

MarcelKoch commented 8 months ago

This PR allows Ginkgo to use the --prefix option of cmake --install. Before, the path set by --prefix would just be ignored and the CMAKE_INSTALL_PREFIX set at configure time would be used.

In principle, this is a minor change, except for the PKG config file. Getting this to work is quite cumbersome, but now it should work as expected.

Changes to the pkg-config file:

upsj commented 8 months ago

@MarcelKoch can you maybe list the behavioral changes in the pkg-config flag generation so we can check them against the code?

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud