Git, the D package manager

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 2 07:42:27 PST 2015


On Mon, 02 Feb 2015 15:29:54 +0000, Dicebot wrote:

> On Monday, 2 February 2015 at 15:26:36 UTC, ketmar wrote:
>> On Mon, 02 Feb 2015 15:01:02 +0000, Dicebot wrote:
>>
>>> On Monday, 2 February 2015 at 14:59:09 UTC, ketmar wrote:
>>>> On Mon, 02 Feb 2015 14:18:47 +0000, Tobias Pankrath wrote:
>>>>
>>>>> At least I don't expect Dub to support every single language out
>>>>> there natively.
>>>>
>>>> that's why other build tools allows to manually specify dependencies
>>>> and commands as a last resort. but dub can't.
>>> 
>>> Wrong on both points.
>>
>> please, can i see how dub can support building C library with gcc?
>> nope,
>> not "just execute this very long command line and hope for the best" --
>> i need dependency tracking, selective rebuilds and so on.
> 
> It is not the same as "manually specify dependencies and commands".

i list dependencies in my jamfile (if i can't write regexp to extact them 
from sources, which i usually can), i specify compiler for unknown file 
extension, i run my jam. voila, everything else is done by my jam. for 
make it's almost similar.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150202/5cbddb02/attachment.sig>


More information about the Digitalmars-d mailing list