-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS: There's no -D
switch in BSD install
#74
Comments
Oh, sorry, just seen this bug assignment. Will make something that should work in both. |
I'm working on this FYI. I have 100% working Mac build locally, just trying to deal with propagating changes through all the deps. My changes remove all the conda stuff (separately I'm moving surelog / UHDM onto conda-forge, I'd like to obviate the need for a separate litex-hub channel ideally). |
@hzeller I'm not a member of this repo I don't think but feel free to assign off to me |
One of the latest commits (c613a35) added the
install -D
command.After that change building the plugins on macOS fails in the https://github.com/litex-hub/litex-conda-eda repository.
The BSD's
install -d
seems to have a similar meaning to the GNU'sinstall -D
but I'm not sure about that:It'd be great if the script could either have
install
used universally to both implementations or simply have the commands replaced in the commit withinstall
as a fail-over for macOS.The text was updated successfully, but these errors were encountered: