File: python3_build_system.patch

package info (click to toggle)
ghmm 0.9~rc3-12
  • 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-- 506 bytes parent folder | download
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: 2019-09-11

--- 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"
             ]