Skip to content
Snippets Groups Projects
Verified Commit b51f888d authored by Laurent Modolo's avatar Laurent Modolo
Browse files

UrQt: add singularity files

parent 73c00f12
No related branches found
No related tags found
No related merge requests found
Bootstrap: library
From: debian:9
%labels
MAINTAINER Laurent Modolo
%post
URQT_VERSION=d62c1f8
PACKAGES="git \
g++ \
make \
ca-certificates \
zlib1g-dev"
apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
git clone https://github.com/l-modolo/UrQt.git && \
cd UrQt && \
git checkout ${URQT_VERSION} && \
make && \
cd .. && \
mv UrQt/UrQt /usr/bin/ && \
rm -Rf UrQt
%environment
export URQT_VERSION=d62c1f8
%runscript
exec /bin/bash "$@"
#/bin/sh
sudo singularity build --force /bin/UrQt:d62c1f8.sif src/singularity_modules/UrQt/d62c1f8/UrQt.def
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment