A MacPorts repository for ESO Observation Preparation Software [EOPS]
This repository provides a workaround to install the following EOPS packages via MacPorts:
KARMA for KMOS- FIMS for FORS2
- 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.
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
In a terminal, issue the following commands
bash
cd /opt/eops_macports
sudo -u macports git pullIn 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_macportsIn a terminal, issue the following commands
sudo port install eops-eso-karmaeops-karma.shIn a terminal, issue the following commands
sudo port install eops-eso-fors-fimseops-fims.sh R|BIn a terminal, issue the following commands
sudo port install eops-eso-flames-fposseops-fposs.sh