Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEPP: Update to version 4.3.10 #16958

Merged
merged 12 commits into from
Aug 27, 2019
8 changes: 4 additions & 4 deletions recipes/sepp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
python setup.py config -c

# ensure SEPP's configuration file is at the correct location ...
echo "${PREFIX}/share/sepp/.sepp" > home.path
mkdir -p $PREFIX/share/sepp/.sepp
echo "${PREFIX}/share/sepp/sepp" > home.path
mkdir -p $PREFIX/share/sepp/sepp
# ... and holds correct path names
mv -v sepp-package/sepp/default.main.config $PREFIX/share/sepp/.sepp/main.config
mv -v sepp-package/sepp/default.main.config $PREFIX/share/sepp/sepp/main.config

python setup.py install
python setup.py install

# copy bundled binaries, but hmmer which should be provided by conda, into $PREFIX/bin/
mkdir -p $PREFIX/bin/
Expand Down
4 changes: 2 additions & 2 deletions recipes/sepp/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "4.3.9" %}
{% set sha256 = "58b043d27278bf4d9cab81216f32192c6316094b05ae3cfaaa4acfba02c9713a" %}
{% set version = "4.3.10" %}
{% set sha256 = "24d8d410138563017e6f2f1263d5e34427f5bbddb875b72a036f7c879cef203b" %}
package:
name: sepp
version: '{{version}}'
Expand Down