Skip to content
This repository was archived by the owner on Apr 26, 2023. It is now read-only.

Installing Dependencies

Jose Miguel de la Rosa Trevin edited this page Mar 1, 2016 · 19 revisions
Scipion Logo

Fedora

yum install gcc gcc-g cmake java-1.8.0-openjdk-devel.x86_64 libXft-devel.x86_64 openssl-devel.x86_64 libXext-devel.x86_64 libxml.x86_64 libquadmath-devel.x86_64 libxslt.x86_64 openmpi-devel.x86_64 gsl-devel.x86_64 libX11.x86_64 gcc-gfortran.x86_64

Note: Use dnf install instead of yum if your Fedora is recent

CentOS7

Install all packages from Fedora command line and the following ones: yum install wget gcc-c++ glibc-headers

Note: The MPI directories in CentOS are not put in the PATH, so after the config you will need to edit the config/scipion.conf file and set something like:

Clone this wiki locally