google-research / FirstOrderLp.jl

Experimental first-order solvers for linear and quadratic programming.
Apache License 2.0
103 stars 19 forks source link

benchmarking fails with Julia 1.8 #117

Closed dapplegate closed 1 year ago

dapplegate commented 1 year ago

Expected Behavior

The benchmarking scripts can be run with Julia 1.8.

Actual Behavior

The CSV and SentinalArrays dependencies fail to precompile under Julia 1.8

Steps to Reproduce the Problem

  1. cd benchmarking
  2. julia --project=. -e 'import Pkg; Pkg.instantiate()'

Specifications

dapplegate commented 1 year ago

Won't fix (for now, at least). Updating to Julia 1.8 would be very complex without also upgrading SCS, and SCS has significant changes that might affect the test results. Instead, continue to ensure that FirstOrderLp.jl works with the LTS version of Julia (currently 1.6.7).