Explorar o código

HPCC-24625 Add dependencies for Ubuntu 20.10

xwang2713 %!s(int64=4) %!d(string=hai) anos
pai
achega
87ab77c9d5
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      cmake_modules/dependencies/groovy.cmake

+ 6 - 0
cmake_modules/dependencies/groovy.cmake

@@ -0,0 +1,6 @@
+# Ubuntu 20.10
+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)