File: configure_python3.patch

package info (click to toggle)
slepc 3.24.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 122,028 kB
  • sloc: ansic: 104,353; javascript: 12,732; python: 5,958; f90: 3,312; cpp: 1,528; makefile: 761; xml: 679; sh: 347
file content (20 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: slepc/config/configure.py
===================================================================
--- slepc.orig/config/configure.py	2024-08-28 01:39:36.782548958 +0200
+++ slepc/config/configure.py	2024-08-28 01:39:36.778548905 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #
 #  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #  SLEPc - Scalable Library for Eigenvalue Problem Computations
Index: slepc/config/install.py
===================================================================
--- slepc.orig/config/install.py	2024-08-28 01:39:36.782548958 +0200
+++ slepc/config/install.py	2024-08-28 01:39:36.778548905 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 from __future__ import print_function
 import re, os, sys, shutil
 import subprocess