aboutsummaryrefslogtreecommitdiff
path: root/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
diff options
context:
space:
mode:
authorPetar Petrov <slackalaxy@gmail.com>2021-05-18 16:10:51 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-18 23:40:08 +0700
commit0bb12103cd59caf37bad872ba2fdf77ce2ad4380 (patch)
tree117eacb80cb0d7e005e118d3d1505d75f6104010 /academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
parentaad076384037377c042c5057f45d45a4ccd05169 (diff)
academic/cistrome-mdseqpos: fis REQUIRES and build with python2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild')
-rw-r--r--academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
index 76a78b497526f..83c83a83c4182 100644
--- a/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
+++ b/academic/cistrome-mdseqpos/cistrome-mdseqpos.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cistrome-mdseqpos
-# Copyright 2016-2017 Petar Petrov slackalaxy@gmail.com
+# Copyright 2016-2021 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -84,7 +84,7 @@ export CFLAGS=-I/usr/lib${LIBDIRSUFFIX}/python2.7/site-packages/numpy/core/inclu
cd mdseqpos/lib
cp settings.py.example settings.py
cd ..
-python2 setup.py install --root=$PKG
+python setup.py install --root=$PKG
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \