aeneas-wp3/use-case-2:pulsar.ska
$ singularity pull shub://aeneas-wp3/use-case-2:pulsar.ska
Singularity Recipe
BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum wget
%post
yum -y update
yum -y install yum-utils
yum -y groupinstall development
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm
yum -y install build-essential curl git man vim autoconf libtool debootstrap squashfs-tools
yum -y install python2-pip
yum -y install python-devel
yum -y install fftw fftw-devel
yum -y install libpng libpng-devel
yum -y install cfitsio cfitsio-devel
yum -y install pgplot pgplot-devel
yum -y install qt qt-devel
yum -y install java java-devel
yum -y install libxml2 libxml2-devel
wget http://www.pulsarastronomy.net/psrsoft/psrsoft.tar.gz
tar -xzf psrsoft.tar.gz
cd psrsoft/config
cp profile.example profile
cd ..
cd ..
export PATH=/psrsoft/bin:$PATH
echo 'y' | psrsoft sixproc
echo 'y' | psrsoft psrchive
echo 'y' | psrsoft dspsr
%environment
export PATH=/psrsoft/bin:$PATH
export PSRSOFT_USR=/psrsoft/usr
for env in $PSRSOFT_USR/var/psrsoft/env/bash/* ; do . $env ; done
export PATH=$PSRSOFT_USR/bin:$PATH
%runscript
Collection
- Name: aeneas-wp3/use-case-2
- License: GNU General Public License v3.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/aeneas-wp3-use-case-2-pulsar.ska |
collection name | aeneas-wp3/use-case-2 |
branch | master |
tag | pulsar.ska |
commit | 343b75ef6610984a24d21b876c92f8d209cbc56b |
version (container hash) | 9c502cff3383684ed9ad43f5346fea86 |
build date | 2018-11-06T16:15:10.718Z |
size (MB) | 2275 |
size (bytes) | 710254623 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.