mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/bpp-seq-omics: Updated for version 2.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
004d9c7c43
commit
44f0cd13bc
2 changed files with 7 additions and 9 deletions
|
@ -23,8 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bpp-seq-omics
|
||||
VERSION=${VERSION:-git_9e4be7f}
|
||||
COMMIT=9e4be7f2984051ad4b9b16e09a7eec84b74fd955
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$COMMIT
|
||||
tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz
|
||||
cd $PRGNAM-$COMMIT
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -78,7 +77,6 @@ cd build
|
|||
-DCMAKE_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bpp-seq-omics"
|
||||
VERSION="git_9e4be7f"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="http://biopp.univ-montp2.fr/"
|
||||
DOWNLOAD="https://github.com/BioPP/bpp-seq-omics/archive/9e4be7f/bpp-seq-omics-9e4be7f2984051ad4b9b16e09a7eec84b74fd955.tar.gz"
|
||||
MD5SUM="8428ff4c2ed04f38baf7d7b0de5fe9ba"
|
||||
DOWNLOAD="https://github.com/BioPP/bpp-seq-omics/archive/v2.3.1/bpp-seq-omics-2.3.1.tar.gz"
|
||||
MD5SUM="9ab73165097d27f1ec7a78af513935c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="bpp-seq"
|
||||
|
|
Loading…
Reference in a new issue