We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to install julia, but ran into this issue. I'm not familiar enough with julia or homebrew to troubleshoot it myself.
➜ julia brew install julia ==> Installing dependencies for julia: llvm, fftw, open-mpi, openblas-julia, arpack-julia, suite-sparse-julia ==> Installing julia dependency: llvm ==> Downloading http://llvm.org/releases/3.3/llvm-3.3.src.tar.gz Already downloaded: /Library/Caches/Homebrew/llvm-3.3.tar.gz ==> ./configure --prefix=/usr/local/Cellar/llvm/3.3 --enable-optimized --disable-bindings --enable-targets=host --enable-shared SyntaxError: invalid syntax ./configure: line 12394: test: : integer expression expected not found configure: error: found python (/usr/local/Library/ENV/4.3/python); required >= 2.5 See `config.log' for more details. READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting These open issues may also help: llvm 3.4 (https://github.com/Homebrew/homebrew/pull/25690) llvm: scan-build missing (https://github.com/Homebrew/homebrew/issues/25633) MacOS.(gcc|clang|llvm)_version can return nil (https://github.com/Homebrew/homebrew/issues/18781) c* llvm (https://github.com/Homebrew/homebrew/pull/14019) protobuf - llvm (https://github.com/Homebrew/homebrew/issues/7413) llvm formulas miss the share/ folder (https://github.com/Homebrew/homebrew/issues/26071)
The text was updated successfully, but these errors were encountered:
This is your llvm build breaking. Please ensure that this error happens when you try to brew install llvm, and if it does, report it at https://github.com/Homebrew/homebrew/issues
brew install llvm
Sorry, something went wrong.
Thanks, looks like one has already been created: Homebrew/legacy-homebrew#26193
No branches or pull requests
Trying to install julia, but ran into this issue. I'm not familiar enough with julia or homebrew to troubleshoot it myself.
The text was updated successfully, but these errors were encountered: