Package: falcon / 1.8.6-1

Metadata

Package Version Patches format
falcon 1.8.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build system.patch | (download)

FALCON-examples/makefile | 12 10 + 2 - 0 !
FALCON-make/makefile | 10 5 + 5 - 0 !
2 files changed, 15 insertions(+), 7 deletions(-)

 adjust build system for debian packaging
 * Do not use pip to install included Python packages
 * Do not use git-sym - the data have already been included in the tarball
 * Slight changes to Makefile rules and dependencies
versioned deps.patch | (download)

FALCON/setup.py | 2 1 + 1 - 0 !
pypeFLOW/setup.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 remove networkx max version
 It doesn't seem to be necessary. Checking upstream git history,
 there doesn't seem to be a strict rationale for the maximum version
 aside from lack of testing.