You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- a recent `Doxygen <https://www.doxygen.nl>`_ version (for instance, release 1.13.0 or newest). On Linux systems, latest releases are not available as Debian packages, so we advice to install Doxygen from the sources:
41
46
@@ -60,13 +65,14 @@ If you simply want to use the latest Codac release in Python, you can download t
.. admonition:: Using Codac v2 simultaneously with Codac v1
89
+
90
+
In case you want to use the two versions of Codac in the same Python script, you will have to compile the binaries of Codac v2 under a different name in order to avoid ``import`` conflicts. Things are already prepared in the branch ``codac2_renamed``, you can therefore:
91
+
92
+
.. code-block:: bash
93
+
94
+
git checkout codac2_renamed
95
+
96
+
Note that you will then have to ``import codac2`` instead of ``import codac`` in your Python scripts.
80
97
81
98
In addition to the ``-fPIC`` options, you will have to configure ``WITH_PYTHON=ON``. Note that the ``git submodule`` commands will automatically get the `pybind11 <https://pybind11.readthedocs.io>`_ files required for the binding.
82
99
83
100
.. code-block:: bash
84
101
85
-
cd$HOME/codac/build
86
102
# Get automatically pybind11 and eigen submodules:
Copy file name to clipboardExpand all lines: doc/manual/manual/installation/cpp.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,8 +263,8 @@ Troubleshooting
263
263
----------------
264
264
If you encounter issues during the installation process, consider the following:
265
265
266
-
- Ensure all prerequisites are installed and up to date.
267
-
- Check `the GitHub issues <https://github.com/codac-team/codac/issues>`_ page for known problems.
266
+
- ensure all prerequisites are installed and up to date.
267
+
- check `the GitHub issues <https://github.com/codac-team/codac/issues>`_ page for known problems.
268
268
269
269
If you need further assistance, reach out to the library maintainers via the GitHub repository's issue tracker or email support at `simon.rohou [at] ensta.fr`.
0 commit comments