https://github.com/ltla/biocmake
CMake for Bioconductor
https://github.com/ltla/biocmake
Last synced: about 1 year ago
JSON representation
CMake for Bioconductor
- Host: GitHub
- URL: https://github.com/ltla/biocmake
- Owner: LTLA
- License: other
- Created: 2024-09-18T15:48:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-13T16:37:57.000Z (about 1 year ago)
- Last Synced: 2025-06-12T10:47:28.464Z (about 1 year ago)
- Language: R
- Homepage: https://bioconductor.org/packages/biocmake
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cmake for Bioconductor
|Build|Status|
|-----|----|
| Bioc-release | [](https://bioconductor.org/checkResults/release/bioc-LATEST/biocmake) |
| Bioc-devel | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/biocmake) |
Manages a Cmake installation for use in building Bioconductor packages,
eliminating the need for manual end-user installation of Cmake via `SystemRequirements: cmake`.
This package is a no-op if a suitably recent version of Cmake is already present on the host machine,
otherwise it fetches Cmake binaries from the [official website](https://cmake.org/download/).
Usage is as simple as calling:
```r
biocmake::find()
```
... to get the path to the Cmake executable, either on the `PATH` if a suitable version already exists or in a **biocmake**-managed installation.
Developers can additionally call `biocmake::configure()` to propagate R's configuration options (e.g., compiler choice) into the Cmake build.