Skip to content
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

Deprecated... things... #245

Open
SplashDance opened this issue Jan 22, 2018 · 2 comments
Open

Deprecated... things... #245

SplashDance opened this issue Jan 22, 2018 · 2 comments

Comments

@SplashDance
Copy link

@staticfloat (does this qualify as an appropriate "ping"??)

Figured I should report this error I'm getting when running brew update && brew upgrade even though this tap is not "actively maintained.

Just letting you know.

-Steve

Note: I've received additional, similar warnings but I'm only posting the ones that explicitly mention reporting to the staticfloat/julia tap.

Warning: Calling 'depends_on :fortran' is deprecated!
Use 'depends_on "gcc"' instead.
/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-julia/arpack-julia.rb:19:in `<class:ArpackJulia>'
Please report this to the staticfloat/julia tap!

Warning: Calling 'depends_on :python' is deprecated!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-julia/llvm37-julia.rb:149:in `<class:Llvm37Julia>'
Please report this to the staticfloat/julia tap!

Warning: Calling 'depends_on :fortran' is deprecated!
Use 'depends_on "gcc"' instead.
/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-julia/arpack-julia.rb:19:in `<class:ArpackJulia>'
Please report this to the staticfloat/julia tap!

Warning: Calling 'depends_on :python' is deprecated!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-julia/llvm37-julia.rb:149:in `<class:Llvm37Julia>'
Please report this to the staticfloat/julia tap!

@kirk86
Copy link

kirk86 commented Mar 5, 2018

I get the same issue as well and I'm not sure if I should remove everything and reinstall?

Warning: Calling 'depends_on :fortran' is deprecated!
Use 'depends_on "gcc"' instead.
/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-julia/arpack-julia.rb:19:in `<class:ArpackJulia>'
Please report this to the staticfloat/julia tap!

Warning: Calling 'depends_on :python' is deprecated!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/staticfloat/homebrew-julia/llvm37-julia.rb:149:in `<class:Llvm37Julia>'
Please report this to the staticfloat/julia tap!

find $(brew --cellar) -maxdepth 4 -mindepth 4 -regex '.*\.rb$' -exec grep -r 'depends_on :python' "{}" \;
/usr/local/Cellar/libmagic/5.32/.brew/libmagic.rb:  depends_on :python => :optional
/usr/local/Cellar/nlopt/2.4.2_2/.brew/nlopt.rb:  depends_on :python => "numpy" if build.with? "python"
/usr/local/Cellar/tbb/2018_U2/.brew/tbb.rb:  depends_on :python if MacOS.version <= :snow_leopard
/usr/local/Cellar/graphviz/2.40.1/.brew/graphviz.rb:    depends_on :python
find $(brew --cellar) -maxdepth 4 -mindepth 4 -regex '.*\.rb$' -exec grep -r 'depends_on :fortran' "{}" \;
/usr/local/Cellar/hdf5/1.10.1_2/.brew/hdf5.rb:  depends_on :fortran
/usr/local/Cellar/openblas-julia/0.2.20/.brew/openblas-julia.rb:  depends_on :fortran

@ararslan
Copy link

I believe this was fixed in f7131f3. Can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants