CUTEst.jl icon indicating copy to clipboard operation
CUTEst.jl copied to clipboard

Update link to citation file

Open tmigot opened this issue 1 year ago • 2 comments

tmigot avatar May 30 '24 08:05 tmigot

@dpo a PR that better isolate the issue on macOS

tmigot avatar May 30 '24 08:05 tmigot

@tmigot This is a different error. Here the issue is that you're building on Mac x64, but CUTEst_jll.jl installs the aarch64 shared libraries (probably because of the gfortran version). I noticed the same in my recent SolverBenchmark PR and updated to workflow: see lines 18-26 of https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl/blob/main/.github/workflows/examples.yml#L18

dpo avatar May 30 '24 10:05 dpo

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.21%. Comparing base (f2ad6a4) to head (60bc164). Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #328      +/-   ##
==========================================
- Coverage   89.11%   88.21%   -0.91%     
==========================================
  Files           5        5              
  Lines         790      789       -1     
==========================================
- Hits          704      696       -8     
- Misses         86       93       +7     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Aug 09 '24 22:08 codecov[bot]

You need macos-13 if you want to the architecture x64, macos-latest is macos-14 and only available on recent Mac with the architecture arm64.

amontoison avatar Aug 14 '24 19:08 amontoison