Closed cortner closed 6 years ago
tests fail on Travis - Mac OS X with The
brew linkstep did not complete successfully
, I am not sure how to fix this. Something. going wrong with gcc installation.
Error appveyor-windows is ERROR: LoadError: UndefVarError: JULIA_HOME not defined
I'm not sure how to fix the errors on either OSX and Windows. I can return to it, but not immediately.
For Windows/appveyor, in deps/build.jl
replace JULIA_HOME
with Sys.BINDIR
(https://github.com/JuliaLang/julia/blob/master/NEWS.md#deprecated-or-removed)
For OS X try replacing brew install gcc
with brew install gcc || brew link --overwrite gcc
in .travis.yml
. (Found this solution on Homebrew/brew#1742)
:tada: Thanks!
Thank you for the help.