X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ae04e68aa7838418bdf7cafdba4a1f5700db814..d259b3370ea354bf2a4fb3e292a086b7a2f52ff7:/setup.py diff --git a/setup.py b/setup.py index d9f7f22791..37aa580d9a 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ class CMakeBuild(build_ext): if not os.path.exists("MANIFEST.in"): raise RuntimeError( - "Please generate a MANIFEST.in file (configure simgrid, and copy it here if you build out of tree)") + "Please generate a MANIFEST.in file (configure SimGrid, and copy it here if you build out of tree)") for ext in self.extensions: self.build_extension(ext) @@ -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() @@ -75,7 +74,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.32.1', + version='3.34.1', author='Da SimGrid Team', author_email='simgrid-community@inria.fr', description='Toolkit for scalable simulation of distributed applications', @@ -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", ],