Package: slepc / 3.23.1+dfsg1-1exp2

ignore_git_hidden_folder_in_config_slepc_py.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
--- a/config/packages/slepc.py
+++ b/config/packages/slepc.py
@@ -145,7 +145,7 @@
         self.gitdate = 'unknown'
         self.branch = 'unknown'
     else:
-      if os.path.exists(os.path.join(self.dir,'.git')):
+      if False and os.path.exists(os.path.join(self.dir,'.git')):
         self.log.Exit('Your SLEPc source tree is broken. Use "git status" to check, or remove the entire directory and start all over again')
       else:
         self.log.write('This is a tarball installation')