[R-pkg-team] Bug#1101729: 1101729
Yue Gui
yuemeng.gui at gmail.com
Sun Apr 6 11:29:57 BST 2025
Dear r-cran-rcppparallel maintainer,
For this issue, can we use the 'dpkg-query' command to replace 'dpkg -l'?
For example, replacing the line in the rules file '' tbbversion=`dpkg -l
libtbb-dev | grep 'ii' | sed
's/^.*libtbb-dev:[a-z0-9]\+[[:space:]]\+\([0-9.]\+\)-[0-9]\+[[:space:]]\+.*/\1/'`;''
with
'' tbbversion=$$(dpkg-query -W -f='$${Version}' libtbb-dev | sed
's/-[^-]*$$//'); ''I have test that locally, and it works well.Details can
be found in the attached file.
Gui-Yue
Best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/r-pkg-team/attachments/20250406/caed4980/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixr-r-cran-rcppparallel_parsing_error.patch
Type: application/octet-stream
Size: 1538 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/r-pkg-team/attachments/20250406/caed4980/attachment-0001.obj>
More information about the R-pkg-team
mailing list