Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the native dependencies of the pip package in its description
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jun 2019 15:11:10 +0000 (17:11 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jun 2019 15:13:39 +0000 (17:13 +0200)
setup.py

index 8cb8287..37af4d2 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -82,9 +82,9 @@ setup(
                       "large-scale distributed systems such as Grids, Clouds, HPC or P2P "
                       "systems. It can be used to evaluate heuristics, prototype applications "
                       "or even assess legacy MPI applications.\n\n"
                       "large-scale distributed systems such as Grids, Clouds, HPC or P2P "
                       "systems. It can be used to evaluate heuristics, prototype applications "
                       "or even assess legacy MPI applications.\n\n"
-                      "This package contains a native library. Please install cmake boost and a "
-                      "C++ compiler before using pip. On Debian/Ubuntu, this is as easy as\n"                      
-                      "sudo apt install g++ gcc cmake libboost-all-dev"),
+                      "This package contains a native library. Please install cmake, boost, pybind11 and a "
+                      "C++ compiler before using pip3. On Debian/Ubuntu, this is as easy as\n"
+                      "sudo apt install cmake libboost-dev pybind11-dev g++ gcc"),
     ext_modules=[CMakeExtension('simgrid')],
     cmdclass=dict(build_ext=CMakeBuild),
     install_requires=['pybind11>=2.3'],
     ext_modules=[CMakeExtension('simgrid')],
     cmdclass=dict(build_ext=CMakeBuild),
     install_requires=['pybind11>=2.3'],