aboutsummaryrefslogtreecommitdiff
path: root/academic/STAR/STAR.SlackBuild
diff options
context:
space:
mode:
authorbrobr <sborg63@disroot.org>2021-10-15 12:42:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-16 00:14:41 +0700
commit22f675238ea722571a6622f88c058b7337566b5c (patch)
tree985b0f6d22b1cdb775a44d284a94c4a93d7e1324 /academic/STAR/STAR.SlackBuild
parente61b11fd710aa703deb7e82311a6ca2b73170c3c (diff)
academic/STAR: Updated for version 2.7.9a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/STAR/STAR.SlackBuild')
-rw-r--r--academic/STAR/STAR.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/STAR/STAR.SlackBuild b/academic/STAR/STAR.SlackBuild
index 560a3b130ec1..f5abdc97ddc6 100644
--- a/academic/STAR/STAR.SlackBuild
+++ b/academic/STAR/STAR.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=STAR
-VERSION=${VERSION:-2.7.8a}
+VERSION=${VERSION:-2.7.9a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -90,9 +90,9 @@ cd source
mkdir -p $PKG/usr/bin
install -Dm755 $PRGNAM "$PKG/usr/bin/${PRGNAM}"
- make clean
- make ${PRGNAM}long CXXFLAGSextra="$CXXFLAGS"
- install -Dm755 ${PRGNAM}long "$PKG/usr/bin/${PRGNAM}long"
+ #make clean
+ #make ${PRGNAM}long CXXFLAGSextra="$CXXFLAGS"
+ #install -Dm755 ${PRGNAM}long "$PKG/usr/bin/${PRGNAM}long"
cd ..