pcl: 1.15.0 -> 1.15.1
Diff: https://github.com/PointCloudLibrary/pcl/compare/pcl-1.15.0...pcl-1.15.1 Changelog: https://github.com/PointCloudLibrary/pcl/releases/tag/pcl-1.15.1
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
libpcap,
|
||||
libusb1,
|
||||
llvmPackages,
|
||||
nanoflann,
|
||||
|
||||
# nativeBuildInputs
|
||||
boost,
|
||||
@@ -32,13 +33,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "pcl";
|
||||
version = "1.15.0";
|
||||
version = "1.15.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PointCloudLibrary";
|
||||
repo = "pcl";
|
||||
tag = "pcl-${finalAttrs.version}";
|
||||
hash = "sha256-UCuQMWGwe+YxeGj0Y6m5IT58NW2lAWN5RqyZnvyFSr4=";
|
||||
hash = "sha256-+KyaajJM0I5CAcr8AiOLC4TkGV3Gm73a0/X8LQWFZMI=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -62,6 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libpcap
|
||||
libsForQt5.qtbase
|
||||
libusb1
|
||||
nanoflann
|
||||
]
|
||||
++ lib.optionals stdenv.cc.isClang [ llvmPackages.openmp ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user