GithubHelp home page GithubHelp logo

llvm on OSX about heavydb HOT 5 CLOSED

heavyai avatar heavyai commented on July 2, 2024
llvm on OSX

from heavydb.

Comments (5)

asuhan avatar asuhan commented on July 2, 2024

Do you have llvm-config in your path? Version 4.0 should be fine.

from heavydb.

jonbaer avatar jonbaer commented on July 2, 2024

Thanks, I am up + running, seems that brew --prefix got confused on an older copy while I was trying to figure it out (4.0 is fine) ...

brew --prefix llvm
/usr/local/Cellar/llvm/4.0.0_1
(previous)
brew --prefix [email protected]
/usr/local/opt/[email protected]

from heavydb.

bluealert avatar bluealert commented on July 2, 2024

I have removed llvm using brew remove llvm and the directory "llvm" is also deleted. but when I run brew --prefix llvm, the output is always: /usr/local/Cellar/llvm/5.0.0.

Does someone know the reason? How can I change the output of brew --prefix llvm ?

from heavydb.

jonbaer avatar jonbaer commented on July 2, 2024

This seems to happen every LLVM release where they push the previous version down into /usr/local/opt for some reason. I think what should happen is the mapd-deps-osx.sh script should use llvm-config --prefix (vs. brew --prefix) - your output for --prefix is stuck at which version is linked.

You can try the following:
brew unlink llvm
brew install llvm
brew link --force llvm

from heavydb.

bluealert avatar bluealert commented on July 2, 2024

@jonbaer Thank you.

I run brew help --prefix, it's output is as follow:

brew --prefix:
    Display Homebrew's install path. *Default:* /usr/local

brew --prefix formula:
    Display the location in the cellar where formula is or would be installed.

from heavydb.

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.