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

add an option to remove symlinks in bundled libraries and artifacts

Open KristofferC opened this issue 2 years ago • 2 comments

KristofferC avatar May 31 '23 09:05 KristofferC

Codecov Report

Merging #821 (d55d5e6) into master (dff7b2c) will decrease coverage by 1.68%. The diff coverage is 12.50%.

@@            Coverage Diff             @@
##           master     #821      +/-   ##
==========================================
- Coverage   82.59%   80.92%   -1.68%     
==========================================
  Files           3        3              
  Lines         655      671      +16     
==========================================
+ Hits          541      543       +2     
- Misses        114      128      +14     
Impacted Files Coverage Δ
src/PackageCompiler.jl 90.37% <12.50%> (-2.43%) :arrow_down:

codecov[bot] avatar May 31 '23 09:05 codecov[bot]

@sathvikbhagavan tried this PR and got the errors:

[INFO][FMUCHK] Printing output file header
"time","o1","o2"
[INFO][FMUCHK] Model identifier for ModelExchange: lv
[INFO][FMILIB] Loading 'linux64' binary with 'default' platform types
[FATAL][FMICAPI] Could not load the DLL: libjulia.so.1: cannot open shared object file: No such file or directory
[FATAL][FMUCHK] Could not create the DLL loading mechanism(C-API) for ME.
[INFO][FMUCHK] Model identifier for CoSimulation: lv
[INFO][FMILIB] Loading 'linux64' binary with 'default' platform types
[FATAL][FMICAPI] Could not load the DLL: libjulia.so.1: cannot open shared object file: No such file or directory
[FATAL][FMUCHK] Could not create the DLL loading mechanism(C-API) for CoSimulation.
FMU check summary:
FMU reported:
        0 warning(s) and error(s)
Checker reported:
        0 Warning(s)
        4 Error(s)
        4 Fatal error(s) occurred during processing

YingboMa avatar Aug 28 '23 18:08 YingboMa