소스 검색

HPCC-23138 Add dependencies for Ubuntu 19.10

xwang2713 5 년 전
부모
커밋
ed7c92b2d2
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      cmake_modules/dependencies/eoan.cmake

+ 6 - 0
cmake_modules/dependencies/eoan.cmake

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