October 13, 2017
On Friday, 13 October 2017 at 16:36:06 UTC, Ali Çehreli wrote:
> On 10/13/2017 08:47 AM, kerdemdemir wrote:
>
> > I changed my dependency setting in dub file to "dcompute":
> "~>0.0.0" but
> > still getting the same error message. By the way I am sure my
> LDC
> > version is good because I can build DCompute source code with
> same LDC
> > version.
>
> Could this be related to difference in platform like Windows vs. Linux? If so, may be it makes sense to work in a VM that has Nicholas's exact setup.
>
> Ali

It make sense for me to switch back to linux.  I ruined my multiboot linux system which has only 20gb root partition while trying to install CUDA libraries(which takes a lot of space.). Maybe as you suggest instead of trying with windows I need to reinstall my linux.
October 13, 2017
On Sunday, 8 October 2017 at 07:51:12 UTC, Nicholas Wilson wrote:
>
> You are using an old DCompute: that message was changed in https://github.com/libmir/dcompute/commit/cf1420d5377c48f9132f1a9a0f8f06ebb46a6433#diff-b0637c2cde07f2ec8f77f9e3d379fff7
>
> I'm not quite sure how the dub version specs work but I believe "dcompute": "~>0.0.0" should work, or you can force it to use master.
> I'm still not sure why it fails with that error though, are you using an old LDC as well? 1.4.0 should work.

You have any experience with master being quirky?

I can't dub fetch through the firewall at work so I have to install packages manually. You have to do
dub add-local [package] [version]
so if you actually download master, you have have to give it a version number anyway. I usually just manually bump it one. Kind of annoying, but works.
1 2
Next ›   Last »