From mboxrd@z Thu Jan 1 00:00:00 1970 From: Esben Haabendal Date: Thu, 03 Oct 2019 08:32:48 +0200 Subject: [Buildroot] [PATCH v5 1/2] package/python-numpy: fixup numpy distutils for cross compilation In-Reply-To: <20190930135755.30562b5a@windsurf.home> (Thomas Petazzoni's message of "Mon, 30 Sep 2019 13:57:55 +0200") References: <20190930084326.4414-1-esben@geanix.com> <20190930135755.30562b5a@windsurf.home> Message-ID: <875zl6bapb.fsf@geanix.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Thomas Petazzoni writes: > Hello Esben, > > On Mon, 30 Sep 2019 10:43:25 +0200 > Esben Haabendal wrote: > >> Fix problems using the numpy distutils extension for cross compilation, >> so that linking with npymath library will use target library when building >> target packages. >> >> Signed-off-by: Esben Haabendal > > When you submit new version of patches, could you include a changelog > of what has changed from the previous version ? I definitely can. I will use a cover letter with changelog in the future. > You have posted several iterations, with no indication of the changes > between the versions, which makes it difficult to keep track of why new > versions are being posted. Sorry about that. /Esben