Commit 60ee7a72 authored by Shayan Doust's avatar Shayan Doust
Browse files

Port couple of python files from python2 to python3

Both run_tests and gui run as normal
parent 2257fcdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
               python,
               python3,
               liblapack-dev,
               libnlopt-cxx-dev,
               libnlopt-dev,
+446 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
2to3.patch
link_lnlopt.patch
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ include /usr/share/dpkg/default.mk

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	cd src && python run_tests.py
	cd src && python3 run_tests.py
endif

override_dh_auto_install: