From: Casey Date: Fri, 4 Feb 2022 21:34:30 +0000 (-0800) Subject: deb: add build profile for system arrow X-Git-Tag: v17.2.0~18^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eccc7c430a9ef0111ed653906f0be814942048d2;p=ceph.git deb: add build profile for system arrow Signed-off-by: Casey (cherry picked from commit e8460cbd5af1f2f88c52d8e955805bd09d9c3701) --- diff --git a/debian/control b/debian/control index e3e38af28cfa5..dd65b1bd4a2f6 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 fe54877e6db16..8904342750f48 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