diff --git a/deps/build.jl b/deps/build.jl index e071b05f..ce488c14 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -54,7 +54,7 @@ function local_installation() end end - if !found + if !found && !Sys.isapple() error(""" Unable to locate Xpress installation. Please check your enviroment variable XPRESSDIR. @@ -88,8 +88,6 @@ if haskey(ENV, "XPRESS_JL_SKIP_LIB_CHECK") # Skip! elseif get(ENV, "JULIA_REGISTRYCI_AUTOMERGE", "false") == "true" write_depsfile("julia_registryci_automerge") -# elseif get(ENV, "SECRET_XPRS_WIN", "") != "" -# ci_installation() else local_installation() end