Skip to content
Snippets Groups Projects
Commit f8acb95a authored by Glenn Johnson's avatar Glenn Johnson Committed by Adam J. Stewart
Browse files

Convert encoding of script in interproscan (#14356)

One of the perl scripts was encoded with ISO-8859-1, which caused the
sbang replacement process to fail when spack uses python3. This PR
converts the ps_scan script to UTF-8 encoding.
parent 726a662c
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ class Interproscan(Package):
patch('large-gid.patch', when='@5:')
patch('non-interactive.patch', when='@:4.8')
patch('ps_scan.patch', when='@:4.8')
def install(self, spec, prefix):
with working_dir('core'):
......
diff -ru a/bin/ps_scan.pl b/bin/ps_scan.pl
--- a/bin/ps_scan.pl 2020-01-01 14:07:54.243869822 -0600
+++ b/bin/ps_scan.pl 2020-01-01 14:08:03.786850313 -0600
@@ -8,7 +8,7 @@
# Authors:
# Alexandre Gattiker
# Edouard de Castro; E-mail: ecastro@isb-sib.ch
-# Batrice Cuche (evaluated_by post-processing)
+# Béatrice Cuche (evaluated_by post-processing)
#
# Contributions:
# Lorenza Bordoli (repeat method)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment