| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/biology/abyss/ |
Upload File : |
PORTNAME= abyss
DISTVERSION= 2.3.5
PORTREVISION= 1
CATEGORIES= biology
MAINTAINER= yuri@FreeBSD.org
COMMENT= Assembly By Short Sequences: parallel, paired-end sequence assembler
WWW= https://www.bcgsc.ca/resources/software/abyss
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= result of comparison of constant 18446744073709551615 with expression of type 'size_t', see https://github.com/bcgsc/abyss/issues/310
BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs \
ghc:lang/ghc \
pandoc:textproc/hs-pandoc # pandoc is required just for one man page: abyss-sealer
LIB_DEPENDS= libffi.so:devel/libffi \
libgmp.so:math/gmp \
libmpich.so:net/mpich # binaries aren't linked with libmpich.so for some reason
RUN_DEPENDS= bash:shells/bash \
gmake:devel/gmake
USES= autoreconf compiler:c++11-lang gmake iconv:wchar_t localbase:ldflags shebangfix sqlite
USE_GITHUB= yes
GH_ACCOUNT= bcgsc
SHEBANG_FILES= bin/${PORTNAME}-* DataBase/abyss-db-txt
SHEBANG_LANG= make
make_OLD_CMD= /usr/bin/make
make_CMD= ${PREFIX}/bin/gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-sparsehash # configure fails to find std::hash, reported to the ML: https://groups.google.com/forum/#!topic/trans-abyss/SZDBKR5bKxs
TEST_TARGET= check # tests fail to compile, see https://github.com/bcgsc/abyss/issues/453
OPTIONS_DEFINE= DOCS
PORTDOCS= *
PORTSCOUT= limit:^[0-9\.]*$$ # to ignore alpha-numeric tags
.include <bsd.port.mk>