From: Casey Date: Fri, 4 Feb 2022 21:34:30 +0000 (-0800) Subject: deb: add build profile for system arrow X-Git-Tag: v18.0.0~1203^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e8460cbd5af1f2f88c52d8e955805bd09d9c3701;p=ceph.git deb: add build profile for system arrow Signed-off-by: Casey --- diff --git a/debian/control b/debian/control index 3d5d5fc3c820..414ba7f7d185 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,8 @@ Build-Depends: automake, javahelper, jq , junit4, + libarrow-dev , + libparquet-dev , libaio-dev, libbabeltrace-ctf-dev, libbabeltrace-dev, diff --git a/debian/rules b/debian/rules index fe54877e6db1..8904342750f4 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,9 @@ ifeq ($(filter pkg.ceph.jaeger,$(DEB_BUILD_PROFILES)),) else extraopts += -DWITH_JAEGER=ON endif +ifneq ($(filter pkg.ceph.arrow,$(DEB_BUILD_PROFILES)),) + extraopts += -DWITH_SYSTEM_ARROW=ON +endif extraopts += -DWITH_OCF=ON -DWITH_LTTNG=ON extraopts += -DWITH_MGR_DASHBOARD_FRONTEND=OFF