Skip to content
Snippets Groups Projects
Commit 9ab9c1b3 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'deprecation' into 'master'

remove bob.blitz

See merge request !142
parents d08bb144 bfd17aa7
No related branches found
No related tags found
1 merge request!142remove bob.blitz
Pipeline #60655 passed
...@@ -69,7 +69,7 @@ If you would like to generate a Library out of your C++ code, simply add it in t ...@@ -69,7 +69,7 @@ If you would like to generate a Library out of your C++ code, simply add it in t
Again, we use the overloaded library class Again, we use the overloaded library class
:py:class:`bob.blitz.extension.Library` instead of the ``bob.blitz.extension.Library`` instead of the
:py:class:`bob.extension.Library`, but the parameters are identical, and :py:class:`bob.extension.Library`, but the parameters are identical, and
identical to the ones of the :py:class:`bob.extension.Extension`. To avoid identical to the ones of the :py:class:`bob.extension.Extension`. To avoid
later complications, you should follow the guidelines for libraries in bob later complications, you should follow the guidelines for libraries in bob
......
...@@ -61,7 +61,7 @@ As the second step, we need to add some lines in the header of the file to tell ...@@ -61,7 +61,7 @@ As the second step, we need to add some lines in the header of the file to tell
build_requires = setup_packages + bob_packages + load_requirements() build_requires = setup_packages + bob_packages + load_requirements()
In fact, we don't use the extension from :py:class:`bob.extension.Extension`, but the one from ``bob.blitz.extension``, which is a derivation of this package. In fact, we don't use the extension from :py:class:`bob.extension.Extension`, but the one from ``bob.blitz.extension``, which is a derivation of this package.
The difference is that in :py:class:`bob.blitz.extension.Extension` all header files and libraries for the ``Blitz++`` library are added. The difference is that in ``bob.blitz.extension.Extension`` all header files and libraries for the ``Blitz++`` library are added.
Third, we have to add an extension using the ``Extension`` class, by listing all C/C++ files that should be compiled into the extension: Third, we have to add an extension using the ``Extension`` class, by listing all C/C++ files that should be compiled into the extension:
......
python python
click click
bob.blitz
bob.bio.base bob.bio.base
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
.. _sphinx: http://sphinx.pocoo.org .. _sphinx: http://sphinx.pocoo.org
.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout/ .. _zc.buildout: http://pypi.python.org/pypi/zc.buildout/
.. _mr.developer: http://pypi.python.org/pypi/mr.developer/ .. _mr.developer: http://pypi.python.org/pypi/mr.developer/
.. _bob.blitz: https://gitlab.idiap.ch/bob/bob.blitz
.. _pip: https://pip.pypa.io/en/stable/ .. _pip: https://pip.pypa.io/en/stable/
.. _pip's user guide: https://pip.pypa.io/en/stable/user_guide/ .. _pip's user guide: https://pip.pypa.io/en/stable/user_guide/
.. _napoleon: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/ .. _napoleon: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/
......
...@@ -96,7 +96,7 @@ The package you cloned above is a pure-Python example package and contains all ...@@ -96,7 +96,7 @@ The package you cloned above is a pure-Python example package and contains all
elements to get you started. It defines a single library module called elements to get you started. It defines a single library module called
``bob.example.project``, which declares a simple script, called ``version.py`` ``bob.example.project``, which declares a simple script, called ``version.py``
that prints out the version of the dependent library that prints out the version of the dependent library
:ref:`bob.blitz <bob.blitz>`. These information is available in your ``bob.blitz``. These information is available in your
``setup.py`` file and particularly in its ``setup`` function: ``setup.py`` file and particularly in its ``setup`` function:
.. code-block:: python .. code-block:: python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment