From 32c82925411cfd6a4e89f4c5b80ce3b1664fc43e Mon Sep 17 00:00:00 2001 From: "rhys.green" <rhys.green@ligo.org> Date: Fri, 11 Jan 2019 15:34:43 +0000 Subject: [PATCH] adding ptmcmcm installation to container --- containers/Dockerfile-test-suite-python27 | 4 ++++ containers/Dockerfile-test-suite-python37 | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/containers/Dockerfile-test-suite-python27 b/containers/Dockerfile-test-suite-python27 index fc8d72841..c992cb073 100644 --- a/containers/Dockerfile-test-suite-python27 +++ b/containers/Dockerfile-test-suite-python27 @@ -56,3 +56,7 @@ ENV LD_LIBRARY_PATH $HOME/MultiNest/lib: # Install Polychord RUN git clone https://github.com/PolyChord/PolyChordLite.git \ && (cd PolyChordLite && make pypolychord MPI= && python setup.py install) + +# Install PTMCMCSampler +RUN git clone https://github.com/jellis18/PTMCMCSampler.git +&& (cd PTMCMCSampler && python setup.py install) diff --git a/containers/Dockerfile-test-suite-python37 b/containers/Dockerfile-test-suite-python37 index beecf97ae..0a19df8e3 100644 --- a/containers/Dockerfile-test-suite-python37 +++ b/containers/Dockerfile-test-suite-python37 @@ -60,3 +60,7 @@ ENV LD_LIBRARY_PATH $HOME/MultiNest/lib: # Install Polychord RUN git clone https://github.com/PolyChord/PolyChordLite.git \ && (cd PolyChordLite && make pypolychord MPI= && python setup.py install) + +# Install PTMCMCSampler +RUN git clone https://github.com/jellis18/PTMCMCSampler.git +&& (cd PTMCMCSampler && python setup.py install) -- GitLab