File: configure_python3.patch

package info (click to toggle)
slepc 3.18.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 43,236 kB
  • sloc: ansic: 111,062; python: 3,609; makefile: 2,423; f90: 1,759; fortran: 1,544; sh: 238; cpp: 178
file content (20 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
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	2022-10-31 11:50:34.801514843 +0100
+++ slepc/config/configure.py	2022-10-31 11:50:47.589601758 +0100
@@ -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	2022-10-31 11:50:34.801514843 +0100
+++ slepc/config/install.py	2022-10-31 11:50:59.661683818 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 from __future__ import print_function
 import os, sys, shutil
 import subprocess