|
6 | 6 | Welcome to CMake Python Distributions's documentation! |
7 | 7 | ====================================================== |
8 | 8 |
|
9 | | -`CMake <http://www.cmake.org>`_ is used to control the software compilation |
10 | | -process using simple platform and compiler independent configuration files, |
11 | | -and generate native makefiles and workspaces that can be used in the |
12 | | -compiler environment of your choice. |
| 9 | +I am working on a generatting aarch64 cmake wheel |
| 10 | +This project is where I am testing the things |
| 11 | +You must not use this project to grab numpy features |
| 12 | +I am expecting it to go away at some point in the future |
| 13 | +Please visit official cmake pypi page: `https://pypi.org/project/cmake/`_ to install cmake |
13 | 14 |
|
14 | | -The suite of CMake tools were created by Kitware in response to the need |
15 | | -for a powerful, cross-platform build environment for open-source projects |
16 | | -such as `ITK <https://www.itk.org>`_ and `VTK <http://www.vtk.org>`_. |
17 | | - |
18 | | -The CMake python wheels provide `CMake 3.16.3 <https://cmake.org/cmake/help/v3.16/index.html>`_. |
19 | | - |
20 | | -.. toctree:: |
21 | | - :maxdepth: 2 |
22 | | - :caption: User guide |
23 | | - |
24 | | - installation |
25 | | - usage |
26 | | - building |
27 | | - build_system |
28 | | - contributing |
29 | | - authors |
30 | | - history |
31 | | - |
32 | | -.. toctree:: |
33 | | - :maxdepth: 2 |
34 | | - :caption: For maintainers |
35 | | - |
36 | | - update_cmake_version |
37 | | - make_a_release |
38 | | - |
39 | | - |
40 | | -Indices and tables |
41 | | -================== |
42 | | - |
43 | | -* :ref:`genindex` |
44 | | -* :ref:`modindex` |
45 | | -* :ref:`search` |
46 | | - |
47 | | - |
48 | | -Resources |
49 | | -========= |
50 | | - |
51 | | -This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc. |
52 | | -It is covered by the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_. |
53 | | - |
54 | | -CMake is distributed under the OSI-approved BSD 3-clause License. |
55 | | -For more information about CMake, visit http://cmake.org |
56 | | - |
57 | | -* Documentation: http://cmake-python-distributions.readthedocs.io/en/latest/ |
58 | | -* Source code: https://github.com/scikit-build/cmake-python-distributions |
59 | | -* Mailing list: https://groups.google.com/forum/#!forum/scikit-build |
0 commit comments