romxero/libbpg_container:latest

$ singularity pull shub://romxero/libbpg_container:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04

%labels
Author "Randall Cab White - rcwhite@stanford.edu"

###########
#%setup
###########
###########

#Downlaod packages
%post
  apt-get -ym update
  apt-get -ym install libsdl2-image-2.0-0 libsdl2-image-dev gcc yasm \
wget curl gnupg2 jq sed gawk util-linux libsdl-dev \
git cmake build-essential parallel libjpeg-dev libsdl-image* \
rsync perl ssh openssl coreutils emscripten libpng-dev

#grabbing building libbpg
mkdir /bpgbuild
cd /bpgbuild
git clone https://github.com/mirrorer/libbpg

####
cd libbpg
make
make install
make clean

%environment
  export IMAGE_NAME="libbpg_container"
%runscript
#

Collection


View on Datalad

Metrics

key value
id /containers/romxero-libbpg_container-latest
collection name romxero/libbpg_container
branch main
tag latest
commit 98b273d318bc38cec8a7d1e65d7fd14aabeddd12
version (container hash) a7c8eeae4cc790ee22538b3578374319
build date 2020-12-01T06:23:04.733Z
size (MB) 1240.0
size (bytes) 405413919
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.