https://github.com/jedbrown/cmake-modules
CMake modules for some scientific libraries
https://github.com/jedbrown/cmake-modules
Last synced: about 2 months ago
JSON representation
CMake modules for some scientific libraries
- Host: GitHub
- URL: https://github.com/jedbrown/cmake-modules
- Owner: jedbrown
- License: bsd-2-clause
- Created: 2008-11-04T18:07:27.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T22:09:18.000Z (over 5 years ago)
- Last Synced: 2025-10-28T09:42:43.622Z (6 months ago)
- Language: CMake
- Homepage:
- Size: 53.7 KB
- Stars: 86
- Watchers: 7
- Forks: 53
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cmake - cmake-modules - CMake modules for some scientific libraries. [```[BSD2]```][BSD-2-Clause] (Modules)
README
A collection of CMake modules, which can mostly be used independently.
The utilities for writing robust Find* modules might be useful until
CMake takes static libraries and multiple active configurations
seriously. See [Improving Find* Modules](https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/dev/Improving-Find*-Modules).
**Note for PETSc users**: please consider using [FindPkgConfig](https://cmake.org/cmake/help/latest/module/FindPkgConfig.html) instead of `FindPETSc.cmake` from this package. PETSc has distributed `petsc.pc` for use by [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) since PETSc 3.4 and some corner cases were fixed in 3.12. Use of the provided `petsc.pc` is simpler for you distributing your package (only requires CMake default modules) and for us to maintain, especially when distributions modify the installation schema (so there is no `PETSC_DIR`).