Difference between revisions of "Pre Installed Packages"

From Gcube Wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
=Preamble=
 
=Preamble=
 
This Wiki reports the packages pre-installed on the computational machines for a variety of languages.
 
This Wiki reports the packages pre-installed on the computational machines for a variety of languages.
On this machines also run [[DataMiner Manager|DataMiner]] service with algorithms created through [[Statistical Algorithms Importer|Statistical Algorithms Importer (SAI)]].
+
On this machines also run [[DataMiner Manager|DataMiner]] service with algorithms created through [[Statistical Algorithms Importer|Statistical Algorithms Importer (SAI)]]. DataMiner services works on Ubuntu 14.04.6 LTS.
In general it is better to specify the packages with the relative versions as they shown below.
+
However, if you do not specify the packages the system tries to integrate and run the code using the packages already present on the DataMiner, this is done to facilitate the integration of the developers.
+
Obviously, in this case if the process uses non-installed packages it will fail during the execution and it will be the developer's responsibility to request the installation of the missing packages.
+
The Interpreter version also serves to better identify the type of code being executed and to support the entire debugging phase in the event of problems.
+
So in general, algorithm support will be better if the information generated is greater, but in any case the system tries to integrate and execute the code.
+
 
+
  
 
==R Packages==
 
==R Packages==
Line 18: Line 12:
 
Versioning is not handled, but github packages are updated daily to the latest version.
 
Versioning is not handled, but github packages are updated daily to the latest version.
  
==Linux Debian Packages==
+
==Linux Packages==
A constantly updated list of installed Debian 3.2.51-1 x86_64 Packages is available at the following [https://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/RConfiguration/RPackagesManagement/r_deb_pkgs.txt LINK]
+
A constantly updated list of installed Linux Packages is available at the following [https://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/RConfiguration/RPackagesManagement/r_deb_pkgs.txt LINK]
  
 
==Octave Packages==
 
==Octave Packages==
Line 25: Line 19:
  
 
==Knime Packages==
 
==Knime Packages==
Knime-Full 3.6.1 is installed on the computational machines.
+
Knime-Full 3.7 and 4.1 are installed on the computational machines.
  
 
==Java Packages==
 
==Java Packages==
Java 8 is installed on the computational machines, with the dependencies of the Ecological Engine framework, retrievable through Maven [http://maven.research-infrastructures.eu/nexus/index.html#nexus-search;gav~org.gcube.dataanalysis~ecological-engine-geospatial-extensions HERE] (refer to the latest version).
+
Java 8 is installed on the computational machines, with the dependencies of the Ecological Engine framework, retrievable through Maven [https://maven.research-infrastructures.eu/nexus/index.html#nexus-search;gav~org.gcube.dataanalysis~ecological-engine-geospatial-extensions HERE] (refer to the latest version).
  
 
==Python Packages==
 
==Python Packages==
Line 36: Line 30:
  
 
==Windows Packages==
 
==Windows Packages==
Windows .Net compiled programs are supported through the [http://www.mono-project.com/ Mono] 3.2.8 simulator.
+
Windows .Net compiled programs are supported through the [https://www.mono-project.com/ Mono] 3.2.8 simulator.
  
 
[[Category:Statistical Algorithms Importer]]
 
[[Category:Statistical Algorithms Importer]]

Latest revision as of 12:59, 22 October 2021

Preamble

This Wiki reports the packages pre-installed on the computational machines for a variety of languages. On this machines also run DataMiner service with algorithms created through Statistical Algorithms Importer (SAI). DataMiner services works on Ubuntu 14.04.6 LTS.

R Packages

A constantly updated list of installed R 3.4.4 Packages is available at the following LINK.

Github packages are show here:LINK. Versioning is not handled, but github packages are updated daily to the latest version.

Linux Packages

A constantly updated list of installed Linux Packages is available at the following LINK

Octave Packages

Octave 4.2.1 is installed on the computational machines with basic packages.

Knime Packages

Knime-Full 3.7 and 4.1 are installed on the computational machines.

Java Packages

Java 8 is installed on the computational machines, with the dependencies of the Ecological Engine framework, retrievable through Maven HERE (refer to the latest version).

Python Packages

Python 2.7 and 3.6 are installed on the computational machines with basic packages.

Windows Packages

Windows .Net compiled programs are supported through the Mono 3.2.8 simulator.