summarylogtreecommitdiffstats
path: root/python2-call.patch
diff options
context:
space:
mode:
authorkaramaz0v2018-05-17 00:53:42 +0200
committerkaramaz0v2018-05-17 00:53:42 +0200
commitf50d038674965332dd95f159d64feab2a665ce5d (patch)
tree9112fee91f2b0ab0bd11c33f122b8c804d97b62b /python2-call.patch
parent93e91ea702308c4925f0aac0d2a4c16bb04cad93 (diff)
downloadaur-p4vasp.tar.gz
patches from debian package incorporated
Diffstat (limited to 'python2-call.patch')
-rw-r--r--python2-call.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/python2-call.patch b/python2-call.patch
index fe442059c015..d4c84e643b7f 100644
--- a/python2-call.patch
+++ b/python2-call.patch
@@ -734,3 +734,27 @@ Last-Update: 2014-03-02
from p4vasp.Structure import *
from sys import argv
+--- lib/p4vasp/applet/PhononDispersionApplet.py 2015-10-06 21:52:37.000000000 +0200
++++ lib/p4vasp/applet/PhononDispersionApplet.py 2018-05-16 18:03:58.028967774 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2
+
+ # p4vasp is a GUI-program and a library for processing outputs of the
+ # Vienna Ab-inition Simulation Package (VASP)
+--- lib/p4vasp/PhononsCalculation.py 2015-10-06 21:52:37.000000000 +0200
++++ lib/p4vasp/PhononsCalculation.py 2018-05-16 18:07:01.127203455 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2
+
+ import p4vasp.matrix as p4m
+ import numpy as np
+--- lib/p4vasp/applet/PhononApplet.py 2015-10-06 21:52:37.000000000 +0200
++++ lib/p4vasp/applet/PhononApplet.py 2018-05-16 18:07:54.730018418 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2
+
+ # p4vasp is a GUI-program and a library for processing outputs of the
+ # Vienna Ab-inition Simulation Package (VASP)