DaisyExamples icon indicating copy to clipboard operation
DaisyExamples copied to clipboard

libDaisy submodule capitalization

Open CorvusPrudens opened this issue 4 years ago • 5 comments

The libDaisy capitalization is inconsistent across the tools in DaisyExamples. The submodule is set to always clone into libdaisy, and some of the helper.py commands create lower case libDaisy references. Since the repo name is libDaisy, it's probably best to get everything aligned with that capitalization.

This was particularly annoying for mac / linux users because the unix cpp configuration for vscode assumed a capital D.

CorvusPrudens avatar Sep 09 '21 19:09 CorvusPrudens

this should be resolved, but I know people may still run into an issue with previous clones (though at this point, even with wrong spelling it compiles on the mac OS machine I was testing on ... So we'll see I suppose).

I'll leave this open for a bit with this note:

If you get a can't find libDaisy related error -- you can either manually rename the "libdaisy" folder to "libDaisy", or reclone the repo to resolve the issue.

stephenhensley avatar Dec 16 '21 20:12 stephenhensley

Hello, I'm on a linux platform. It's a problem when using helper.py for creating a new project. The makefile won't work as it refers to "libdaisy" instead of libDaisy. Easy to fix, though.

MrBlueXav avatar Feb 13 '22 18:02 MrBlueXav