From 9d8fbc1b7bfdf91dc4258ff89746d09b00c212d1 Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Mon, 4 Feb 2019 15:04:29 +0100 Subject: [PATCH 1/2] Feb 2019 Release --- recipes/biobb_analysis/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/biobb_analysis/meta.yaml b/recipes/biobb_analysis/meta.yaml index b82ad8b0478fc..daa0390bcb62d 100644 --- a/recipes/biobb_analysis/meta.yaml +++ b/recipes/biobb_analysis/meta.yaml @@ -1,8 +1,8 @@ {% set name = "biobb_analysis" %} -{% set version = "0.0.4" %} +{% set version = "0.0.8" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} -{% set hash_value = "ffd60ded5ac0ed361e7d42c7f760afe2d04550baa57d81e8bd2f815842b027be" %} +{% set hash_value = "d9243213d2149e9aad1b9604686e49b209cead639adcc4beb02981fcfdcd4ddb" %} package: name: '{{ name|lower }}' From 0ee73324bc993f6b14e70bfd5b8515df5e4d88ac Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Mon, 4 Feb 2019 16:55:42 +0100 Subject: [PATCH 2/2] Feb 2019 Release --- recipes/biobb_analysis/build.sh | 2 -- recipes/biobb_analysis/post-link.sh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 recipes/biobb_analysis/post-link.sh diff --git a/recipes/biobb_analysis/build.sh b/recipes/biobb_analysis/build.sh index 97ca39a8ad497..fb115c40e0e8e 100644 --- a/recipes/biobb_analysis/build.sh +++ b/recipes/biobb_analysis/build.sh @@ -2,8 +2,6 @@ python3 setup.py install --single-version-externally-managed --record=record.txt -conda install -c ambermd ambertools - mkdir -p $PREFIX/bin chmod u+x $SP_DIR/biobb_analysis/gromacs/rms.py diff --git a/recipes/biobb_analysis/post-link.sh b/recipes/biobb_analysis/post-link.sh new file mode 100644 index 0000000000000..a07d20323db96 --- /dev/null +++ b/recipes/biobb_analysis/post-link.sh @@ -0,0 +1 @@ +conda install -y -c ambermd ambertools