From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/3] python-networkx: Update to add networkx package
Date: Tue, 20 Mar 2018 16:45:35 +0100 [thread overview]
Message-ID: <20180320164535.2a5ed5d4@windsurf> (raw)
In-Reply-To: <CAGm1_kuzARgJgQ9OEtrOVzhMrAxj2ORWJ-b=KxTC5PkoBcuQzA@mail.gmail.com>
Hello,
On Tue, 20 Mar 2018 15:28:15 +0100, Yegor Yefremov wrote:
> > +# The current version of setools (v4.1.1) does not work with python-networkx past v1.11
> > +PYTHON_NETWORKX_VERSION = 1.11
> > +PYTHON_NETWORKX_SOURCE = networkx-$(PYTHON_NETWORKX_VERSION).tar.gz
> > +PYTHON_NETWORKX_SITE = https://pypi.python.org/packages/c2/93/dbb41b03cf7c878a7409c8e92226531f840a423c9309ea534873a83c9192
> > +PYTHON_NETWORKX_DEPENDENCIES = python-decorator
>
> remove this dependency and try a clean BR rebuild (make clean && make)
Actually a clean rebuild with "make clean && make" does not allow to
verify that python-networkx doesn't have a build dependency on
python-decorator.
Indeed, in a plain "make" build, there are high chances that
python-decorator will be built before python-networkx, even without any
explicit dependency expressed.
If you want to verify this, doing: "make clean && make python-networkx"
is much better, as it only builds the dependencies that are explicitly
expressed in python-networkx.mk.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2018-03-20 15:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-20 13:47 [Buildroot] [PATCH v2 1/3] python-decorator: Update to add host package Jared Bents
2018-03-20 13:47 ` [Buildroot] [PATCH v2 2/3] python-networkx: Update to add networkx package Jared Bents
2018-03-20 14:28 ` Yegor Yefremov
2018-03-20 15:45 ` Thomas Petazzoni [this message]
2018-03-20 13:47 ` [Buildroot] [PATCH v2 3/3] setools: Update to add sedta and seinfoflow Jared Bents
2018-03-20 13:54 ` [Buildroot] [PATCH v2 1/3] python-decorator: Update to add host package Yegor Yefremov
2018-03-20 14:02 ` Jared Bents
2018-03-20 14:20 ` Yegor Yefremov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180320164535.2a5ed5d4@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.