瀏覽代碼

HPCC-25413 add HPCC Platform dependencies for Ubuntu 21.04

xwang2713 4 年之前
父節點
當前提交
bd5f4cf384
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      cmake_modules/dependencies/hirsute.cmake

+ 6 - 0
cmake_modules/dependencies/hirsute.cmake

@@ -0,0 +1,6 @@
+# Ubuntu 21.04
+SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS g++ openssh-client openssh-server expect rsync libapr1 python3 psmisc curl )
+
+if(SPARK)
+    SET_DEPENDENCIES ( CPACK_DEBIAN_PACKAGE_DEPENDS "openjdk-11-jdk" )
+endif(SPARK)