diff options
author | miwi <miwi@FreeBSD.org> | 2019-01-14 01:36:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2019-01-14 01:36:49 +0800 |
commit | 876effc2281dffaaba46d5313ac9811c8fa4567b (patch) | |
tree | e2b90edf0ea8096c295a0b7eb6d34a8322bab048 /math/Makefile | |
parent | b0687824f0abcd15849ce6e28a1187960099ab96 (diff) | |
download | freebsd-ports-gnome-876effc2281dffaaba46d5313ac9811c8fa4567b.tar.gz freebsd-ports-gnome-876effc2281dffaaba46d5313ac9811c8fa4567b.tar.zst freebsd-ports-gnome-876effc2281dffaaba46d5313ac9811c8fa4567b.zip |
- Copy math/py-networkx to math/py-networkx1 and applies modifications to
backport it to the latest version of the 1.x branch -> 1.11
- Adds CONFLICTS_INSTALL to math/py-networkx (no bump of PORTVERSION) and math/py-networkx1
- math/py-networkx1 is required by the package devel/py-taskflow that is not compatible with math/py-network
PR: 232240
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 41f4e77d8190..ccca06f05e59 100644 --- a/math/Makefile +++ b/math/Makefile @@ -721,6 +721,7 @@ SUBDIR += py-mpmath SUBDIR += py-munkres SUBDIR += py-networkx + SUBDIR += py-networkx1 SUBDIR += py-numarray SUBDIR += py-numeric SUBDIR += py-numexpr |