python: remove the -nofastproxy option
This was introduced by b893b5597 to work around some IPython 2 issue
(https://github.com/ipython/ipython/issues/7003).
* python/Makefile.am (SWIGFLAGS): Remove obsolete option.
* python/spot/__init__.py: Adjust.
This commit is contained in:
parent
a85045091b
commit
377285b1d6
2 changed files with 3 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
## Copyright (C) 2010, 2011, 2013-2018 Laboratoire de Recherche
|
||||
## Copyright (C) 2010, 2011, 2013-2019 Laboratoire de Recherche
|
||||
## et Development de l'Epita (LRDE).
|
||||
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
|
|
@ -25,12 +25,7 @@ AUTOMAKE_OPTIONS = subdir-objects
|
|||
AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_builddir) -I$(top_srcdir) \
|
||||
$(BUDDY_CPPFLAGS) -DSWIG_TYPE_TABLE=spot
|
||||
|
||||
# Disable fastproxy, because IPython 2 bogusly ignores _repr_latex_
|
||||
# when -fastproxy is used.
|
||||
# https://github.com/ipython/ipython/issues/7003
|
||||
# Once a fixed version of IPython hits Debian stable, we can remove
|
||||
# this.
|
||||
SWIGFLAGS = -c++ -python -py3 -O -nofastproxy -MD
|
||||
SWIGFLAGS = -c++ -python -py3 -O -MD
|
||||
|
||||
EXTRA_DIST = buddy.i spot/impl.i spot/ltsmin.i spot/gen.i
|
||||
nobase_pyexec_PYTHON = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue