nicolasbock    15/04/14 11:45:15

  Added:                lammps-python3.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  Changes    Path
1.1                  sci-physics/lammps/files/lammps-python3.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/files/lammps-python3.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/files/lammps-python3.patch?rev=1.1&content-type=text/plain

Index: lammps-python3.patch
===================================================================
--- lammps-11Apr15/python/lammps.py     2015-03-13 16:06:20.000000000 -0600
+++ lammps-11Apr15-new/python/lammps.py 2015-04-13 09:40:43.000000000 -0600
@@ -28,7 +28,7 @@
     except:
       type,value,tb = sys.exc_info()
       traceback.print_exception(type,value,tb)
-      raise OSError,"Could not load LAMMPS dynamic library"
+      raise OSError("Could not load LAMMPS dynamic library")
 
     # if no ptr provided, create an instance of LAMMPS
     #   don't know how to pass an MPI communicator from PyPar




Reply via email to