Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eops_macports

A MacPorts repository for ESO Observation Preparation Software [EOPS]

This repository provides a workaround to install the following EOPS packages via MacPorts:

  1. KARMA for KMOS
  2. FIMS for FORS2
  3. FPOSS for FLAMES

FPOSS is also available from the offical MacPorts repository and the [ESO Repository(https://www.eso.org/sci/software/pipelines/installation/macports.html)].

FIMS is also available from the [ESO Repository(https://www.eso.org/sci/software/pipelines/installation/macports.html)].

KARMA is also available from the [ESO Repository(https://www.eso.org/sci/software/pipelines/installation/macports.html)], but only an old binary version that only works on Intel hardware. This is the only version of KARMA available for Apple Silicon. Unfortunately, while it builds and installs, it doesn't currently run correctly...

In case of any issues or difficulties, please create a ticket at the ESO User Support Helpdesk.

Installation

The following instructions assume that MacPorts is already installed. If not, see MacPorts Installation.

In a terminal, issue the following commands

bash
cd /opt
sudo git clone https://github.com/JohnPritchard/eops_macports.git
sudo chown -R macports:wheel eops_macports
cd eops_macports/ports
sudo -u macports portindex $(pwd)
sudo /usr/bin/sed -i '' \
    -e "s[^rsync.*[&\nfile://$(pwd)[" \
    /opt/local/etc/macports/sources.conf

Update

In a terminal, issue the following commands

bash
cd /opt/eops_macports
sudo -u macports git pull

Deactivate

In a terminal, issue the following commands

bash
cd /opt
sudo port uninstall eops-\*
sudo /usr/bin/sed -i '' \
    -e "s[^file:.*eops_macports[#&[" \
    /opt/local/etc/macports/sources.conf
sudo rm -fr eops_macports

KARMA for KMOS

Install

In a terminal, issue the following commands

sudo port install eops-eso-karma

Run

eops-karma.sh

FIMS for FORS2

Install

In a terminal, issue the following commands

sudo port install eops-eso-fors-fims

Run

eops-fims.sh R|B

FPOSS for FLAMES

Install

In a terminal, issue the following commands

sudo port install eops-eso-flames-fposs

Run

eops-fposs.sh

About

A MacPorts repository for ESO Observation Preparation Software [EOPS]

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages