Brett T. Warden

Results 76 comments of Brett T. Warden

Arjan added it in https://github.com/clearlinux/clr-bundles/commit/deecb5cc4750067b91ff1eb5eeb8b83e68ab061c (link will be active once it's released).

Terminal looks good again (be sure to exit all prior instances) in 43270.

I was pulling in clspv as a 2nd-level dependency for another project, the DPC++ compiler, which is a custom fork of llvm. Now I see that clspv is itself a...

> ``` > --enable-non-distributable=yes > ``` I did attempt to package this. The biggest issue is that the LinuxCNC team itself thinks one of the produced binaries has a license...

linuxcnc itself. We only have GPL3 libreadline. ``` checking whether readline license is compatible with GPL-2... no configure: WARNING: The LinuxCNC binary you are building may not be distributable due...

That's a good catch, thanks. I spent several hours today working on this, fixing some bugs to actually get it to use our readline alternative `libedit`, then some other silly...

I have something that might work, or will probably break. We don't currently have Tclx or BLT, which some of the models depend on. Look for the `linuxcnc` bundle in...

I'll put linuxcnc in the `maker-cnc` bundle. The python graphics deps have been a challenge.

Have you looked at the [clr-installer YAML config syntax](https://github.com/clearlinux/clr-installer/blob/master/scripts/InstallerYAMLSyntax.md) and [the installer configs we use to generate our published images](https://download.clearlinux.org/current/config/image/)? You should be able to use a current release of...

Going through history, we last released 4.1 kernels back in 2015. I'm not sure we're going to be able to help you with that part very much. My best idea...