Sfoglia il codice sorgente

Merge pull request #14940 from xwang2713/HPCC-25413-support-ubuntu-21.04

HPCC-25413 add HPCC Platform dependencies for Ubuntu 21.04

Reviewed-By: Michael Gardner <michael.gardner@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 anni fa
parent
commit
7009ac6d90
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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)