Skip to content

Commit

Permalink
[py] moving pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Jun 7, 2020
1 parent 5934513 commit c9a774c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "pybind11"]
path = pybind11
url = https://github.com/pybind/pybind11
[submodule "python/pybind11"]
path = python/pybind11
url = https://github.com/pybind/pybind11
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@

# Python binding:
if(WITH_PYTHON)
add_subdirectory(pybind11)
add_subdirectory(python)
endif()

Expand Down
5 changes: 3 additions & 2 deletions doc/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -342,16 +342,17 @@ Contributors
============

.. hlist::
:columns: 4
:columns: 3

* `Simon Rohou <http://simon-rohou.fr/research/>`_
* `Luc Jaulin <https://www.ensta-bretagne.fr/jaulin/>`_
* `Benoît Desrochers <http://www.ensta-bretagne.fr/desrochers>`_
* `Gilles Chabert <https://web.imt-atlantique.fr/x-info/gchabe08/>`_
* `Luc Jaulin <https://www.ensta-bretagne.fr/jaulin/>`_
* Julien Damers
* Raphael Voges
* `Thomas Le Mézo <https://www.ensta-bretagne.fr/lemezo/>`_
* `Cyril Bouvier <http://www.lirmm.fr/~bouvier/index.en.html>`_
* `Bertrand Neveu <http://imagine.enpc.fr/~neveub/>`_


Main related publications
Expand Down
1 change: 0 additions & 1 deletion pybind11
Submodule pybind11 deleted from 3b1dbe
2 changes: 2 additions & 0 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# tubex-lib / Python binding - cmake configuration file
# ==================================================================

add_subdirectory(pybind11)

set(PYTHON_PACKAGE_NAME "tubex_lib")
set(PYTHON_PACKAGE_DIR "${CMAKE_CURRENT_BINARY_DIR}/python_package")

Expand Down
1 change: 1 addition & 0 deletions python/pybind11
Submodule pybind11 added at eeb104

0 comments on commit c9a774c

Please sign in to comment.