Skip to content

Commit

Permalink
Update builder/package.fedora-41
Browse files Browse the repository at this point in the history
Co-authored-by: Gábor Csárdi <[email protected]>
  • Loading branch information
glin and gaborcsardi authored Feb 20, 2025
1 parent f31791f commit 2472889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/package.fedora-41
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ "${R_VERSION}" =~ ^3 ]]; then
fi

# R 4.5.0 and later require libzstd (with headers to link against libR)
zstd_libs='# - libzstd-dev'
zstd_libs='# - libzstd-devel'
if grep -q '^LIBS *=.*[-]lzstd' ${R_INSTALL_PATH}/lib/R/etc/Makeconf; then
zstd_libs='- libzstd-devel'
fi
Expand Down

0 comments on commit 2472889

Please sign in to comment.