repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
highs: 1.8.0 -> 1.8.1 (#360451)
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
cmake
/
stub
/
pyproject.toml
blob
f5c0502a3b7fb03f9488068d168b5b136d721bce
1
[build-system]
2
requires = ["flit_core"]
3
build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "cmake"
7
version = "@version@"
8
description = "CMake is an open-source, cross-platform family oftools designed to build, test and package software"
9
10
[project.scripts]
11
cmake = "cmake:cmake"
12
cpack = "cmake:cpack"
13
ctest = "cmake:ctest"