jump-dev / ECOS.jl

A Julia interface to the ECOS conic optimization solver
https://github.com/embotech/ecos
Other
41 stars 17 forks source link

Skip build.jl on Julia 1.3+ #103

Closed omus closed 4 years ago

omus commented 4 years ago

Running the code in the build.jl became unnecessary with the changes made in https://github.com/jump-dev/ECOS.jl/pull/100 which just require ECOS_jll to be installed on Julia 1.3+.

codecov[bot] commented 4 years ago

Codecov Report

Merging #103 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   83.83%   83.83%           
=======================================
  Files           4        4           
  Lines         464      464           
=======================================
  Hits          389      389           
  Misses         75       75           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d7b41d6...410b0eb. Read the comment docs.