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

Installing on Mac

pconesa edited this page Jun 16, 2017 · 5 revisions
Scipion Logo

Introduction

We are trying to create a running version of Scipion on OS X. Porting the whole set of libraries, python modules and xmipp is not trivial.

In this page we comment on the progress of this project.

Development

After downloading the software and starting to compile it following the instructions in the installation page, we find that the process stops at some point. We try to find the cause and fix it, and run the installation again.

Config

After running scipion config, we had to change:

JAVA_HOME=/System/Library/Frameworks/JavaVM
JAVA_BINDIR=/System/Library/Frameworks/JavaVM/Commands
MPI_LIBDIR=/usr/local/lib
MPI_BINDIR=/usr/local/bin
MPI_INCLUDE=/usr/local/include

Using macports

The MacPorts Project tries to design an easy-to-use system for compiling, installing, and upgrading open-source software on OS X. We use some of the available "ports" (software packages) as part of our installation.

Common commands:

  • To install packages with macports, you use: sudo port install <packagename>

  • To search for a package: port search <important_software>

  • Update list of ports: sudo port selfupdate

Software already installed

We had to install at least these packages to let the installation of scipion go further:

From macports:

  • wget

  • g++

  • g95

  • cmake

  • OpenBLAS-devel (though it is not clear that it helped…​)

From dmgs:

Things still missing

Some linux → mac equivalences

Clone this wiki locally