guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: [PATCH] guix: python-build-system: Honor configure-flags also wh


From: Hartmut Goebel
Subject: Re: Fw: [PATCH] guix: python-build-system: Honor configure-flags also when building
Date: Fri, 30 Sep 2016 10:36:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Am 29.09.2016 um 13:57 schrieb Danny Milosavljevic:
> While there was already a #:configure-flags for the "install" target,
> it was not used when building. Use it.

First I thought, this is a good idea. But unfortunately this will not
work as expected. The setuptools's sub-commands "build" and "install" do
not accept the same options. So if one adds "build" options to
#:configure-flags, the install will fail and vice-a-versa.

Maybe we should change "#:configure-flags" into "#:install-flags" and
add "#:build-flags".

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]