Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Java bindings. They are not updated since maybe 10 years
[simgrid.git] / setup.py
index d9f7f22..d5ad57b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,6 @@ class CMakeBuild(build_ext):
         cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
                       '-DPYTHON_EXECUTABLE=' + sys.executable,
                       '-Denable_smpi=OFF',
-                      '-Denable_java=OFF',
                       '-Denable_python=ON',
                       '-Dminimal-bindings=ON',
                       '-Dpybind11_DIR=' + get_cmake_dir()
@@ -105,7 +104,6 @@ setup(
         "Programming Language :: C++",
         "Programming Language :: C",
         "Programming Language :: Fortran",
-        "Programming Language :: Java",
         "Topic :: System :: Distributed Computing",
         "Topic :: System :: Systems Administration",
     ],