This repository was archived by the owner on Apr 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Installing Dependencies
Jose Miguel de la Rosa Trevin edited this page Mar 1, 2016
·
19 revisions
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
yum install wget gcc-c glibc-headers 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: The MPI directories in CentOS are not in the PATH, so after the config you will need to edit the config/scipion.conf file and set something like:
MPI_BINDIR = /usr/lib64/openmpi/bin MPI_LIBDIR = /usr/lib64/openmpi/lib MPI_INCLUDE = /usr/include/openmpi-x86_64