Package: ghmm / 0.9~rc3-4

python3_build_system.patch Patch series | 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 <[email protected]>
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"
             ]