File: python3_build_system.patch

package info (click to toggle)
ghmm 0.9~rc3-11.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,172 kB
  • sloc: ansic: 25,557; sh: 11,204; python: 6,739; xml: 1,515; makefile: 310
file content (16 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Make sure Python3 is used
Bug-Debian: https://bugs.debian.org/936609
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 11 Sep 2019 14:25:34 +0200

--- a/configure.in
+++ b/configure.in
@@ -334,7 +334,7 @@ AC_ARG_WITH(python,
             ],
             [
               dnl default enabled
-              AC_PATH_PROG(PYTHON, python)
+              AC_PATH_PROG(PYTHON, python3)
               PYTHONVER=$($PYTHON -V 2>&1 | cut -c 8-10)
               SUBDIRS="$SUBDIRS ghmmwrapper HMMEd"
             ]