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
|