Skip to content

Commit

Permalink
Update builder/package.opensuse-156
Browse files Browse the repository at this point in the history
Co-authored-by: Gábor Csárdi <csardi.gabor@gmail.com>
  • Loading branch information
glin and gaborcsardi authored Feb 20, 2025
1 parent 2472889 commit e813680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/package.opensuse-156
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 e813680

Please sign in to comment.