jkm

Results 8 comments of jkm

Since you say say you want to add a range based API. Do you plan to propose it as Phobos module?

The first option looks better. Ideally I won't need the modules.ddoc file at all. But I see that this is difficult to achieve.

On a side note I have problems when generating documentation if there are modules with the same name but in different packages. The documentation file is overriden. This a dmd...

I could not use the generator tool because I do not know how to set import paths. Do you know how to do this? For the moment I'm using `-op`...

I had a look a the code. I was passing `-Isomepath` before the root project but you have to do it after it. Thanks.

Nevermind. I just cloned the repository. I leave this open anyway and leave it up to you whether you want to update the module.

I see. Then I have to built 32-bit lapack and blas libraries.

Which lapack and blas implementation are you using? With atlas3.10.0 I get lots of missing undefined references.