Giter VIP home page Giter VIP logo

Comments (8)

javian avatar javian commented on June 6, 2024 2

luarocks exists in the homebrew boneyard and it was re/moved here Homebrew/legacy-homebrew#37842 so it looks like any project that uses need to bundle it in the way its done now.

from homebrew-neovim.

justinmk avatar justinmk commented on June 6, 2024 1

@equal-l2 Agreed. At some point we will ship lua and the few lua-based dependencies "statically" as part of nvim core--similar to how the VimL runtime files are shipped. Then these homebrew-visible dependencies won't be needed. Update: in neovim/neovim#4411 we don't "inline" lua, we still require lua or luajit as dependencies.

from homebrew-neovim.

justinmk avatar justinmk commented on June 6, 2024

luajit can't build neovim-bundled luarocks

We can remove luarocks dep.

from homebrew-neovim.

equal-l2 avatar equal-l2 commented on June 6, 2024

@justinmk
I'm afraid it's not true.
If you remove luarocks, neovim install script cannot find lua, complaining
The 'lpeg' lua package is required for building Neovim.

from homebrew-neovim.

justinmk avatar justinmk commented on June 6, 2024

Ah, right.

from homebrew-neovim.

equal-l2 avatar equal-l2 commented on June 6, 2024

Building bundled luarocks with homebrew luajit needs a patch so that configure can find luajit's lua.h correctly.

In detail, we need pass --with-lua-include=`brew --prefix luajit`/include/luajit-2.0 to luarocks' configure.

from homebrew-neovim.

equal-l2 avatar equal-l2 commented on June 6, 2024

Maybe we should go with current method with these 3 deps, instead of making difficult workarounds.

Homebrew seems not to work well with luajit.

from homebrew-neovim.

equal-l2 avatar equal-l2 commented on June 6, 2024

Then we will wait until the time comes.

from homebrew-neovim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.