Skip to content

Commit

Permalink
Merge pull request #204 from rstudio/fix/deflate
Browse files Browse the repository at this point in the history
Fix devel builds for libdeflate
  • Loading branch information
gaborcsardi authored Feb 20, 2024
2 parents 5130675 + 57c2e9b commit 6a3ab69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions builder/package.ubuntu-2204
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ if [[ "${R_VERSION}" =~ ^3 ]]; then
- libpcre3-dev'
fi

deflate_libs='# - libdeflate-dev'
if grep -q '^LIBS *=.*[-]ldeflate' ${R_INSTALL_PATH}/lib/R/etc/Makeconf; then
deflate_libs='- libdeflate-dev'
fi

cat <<EOF > /tmp/nfpm.yml
name: r-${R_VERSION}
version: 1
Expand All @@ -35,6 +40,7 @@ depends:
- libc6
- libcairo2
- libcurl4
${deflate_libs}
- libglib2.0-0
- libgomp1
- libicu-dev
Expand Down

0 comments on commit 6a3ab69

Please sign in to comment.