You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flang-new-18 -Xclang -fvisibility=hidden -fpic -O2 -pedantic -c vendor/arpack/dgetv0.f -o vendor/arpack/dgetv0.o
flang-new: error: unknown argument '-Xclang'; did you mean '-Xflang'?
flang-new: error: unknown argument '-fvisibility=hidden'; did you mean '-Xclang -fvisibility=hidden'?
The problem is that R was build with a Fortran compiler that supports -fvisibility=hidden, but then we use flang-new-18 to install packages, which does not. AFAICT there is no way to use -fvisibility=hidden with flang-new-18 now, so I'll remove that flag via our local Makevars.
https://github.com/igraph/rigraph/actions/runs/9341386885/job/25708087211#step:6:75
Haven't looked closer.
The text was updated successfully, but these errors were encountered: