Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes legacy rapids-cmake cython implementations as it is deprecated in 24.08 #614

Merged
merged 2 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,29 +83,6 @@ The ``rapids-cython-core`` module allows projects to easily build cython modules
/command/rapids_cython_core_create_modules
/command/rapids_cython_core_add_rpath_entries

.. _`cython_legacy`:

Cython (legacy)
***************

.. note::
``rapids-cython`` is deprecated. Please switch to ``rapids-cython-core``.

The `rapids_cython` functions allow projects to easily build cython modules using
`scikit-build <https://scikit-build.readthedocs.io/en/latest/>`_.

.. note::
Use of the rapids-cython component of rapids-cmake requires scikit-build. The behavior of the functions provided by
this component is undefined if they are invoked outside of a build managed by scikit-build.

.. toctree::
:titlesonly:

/command/rapids_cython_init
/command/rapids_cython_create_modules
/command/rapids_cython_add_rpath_entries


.. _`find`:

Find
Expand Down
1 change: 0 additions & 1 deletion docs/command/rapids_cython_add_rpath_entries.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/command/rapids_cython_create_modules.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/command/rapids_cython_init.rst

This file was deleted.

93 changes: 0 additions & 93 deletions rapids-cmake/cython/add_rpath_entries.cmake

This file was deleted.

147 changes: 0 additions & 147 deletions rapids-cmake/cython/create_modules.cmake

This file was deleted.

54 changes: 0 additions & 54 deletions rapids-cmake/cython/detail/skbuild_patches.cmake

This file was deleted.

34 changes: 0 additions & 34 deletions rapids-cmake/cython/detail/verify_init.cmake

This file was deleted.

Loading