mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
New port: biology/biosoup: Collection of C++ header-only data structures for bioinformatics
This commit is contained in:
parent
a6bbf72ad7
commit
f579f97eec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562035
@ -13,6 +13,7 @@
|
||||
SUBDIR += bioawk
|
||||
SUBDIR += biococoa
|
||||
SUBDIR += bioparser
|
||||
SUBDIR += biosoup
|
||||
SUBDIR += bolt-lmm
|
||||
SUBDIR += bowtie
|
||||
SUBDIR += bowtie2
|
||||
|
38
biology/biosoup/Makefile
Normal file
38
biology/biosoup/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= biosoup
|
||||
DISTVERSION= g20201216
|
||||
CATEGORIES= biology devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Collection of C++ header-only data structures for bioinformatics
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= googletest>0:devel/googletest
|
||||
|
||||
USES= cmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rvaser
|
||||
GH_TAGNAME= e2b39f1
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= include/biosoup/nucleic_acid.hpp \
|
||||
include/biosoup/overlap.hpp \
|
||||
include/biosoup/progress_bar.hpp \
|
||||
include/biosoup/sequence.hpp \
|
||||
include/biosoup/timer.hpp
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include
|
||||
|
||||
do-test:
|
||||
@cd ${BUILD_WRKSRC} && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -D${PORTNAME}_build_tests:BOOL=ON ${CMAKE_SOURCE_PATH} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
|
||||
${BUILD_WRKSRC}/bin/${PORTNAME}_test
|
||||
|
||||
.include <bsd.port.mk>
|
3
biology/biosoup/distinfo
Normal file
3
biology/biosoup/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1611046547
|
||||
SHA256 (rvaser-biosoup-g20201216-e2b39f1_GH0.tar.gz) = fe122e65d1691ca781584d8bb42538c5904852ccbb1ec48bc13aa2652b0f9ddc
|
||||
SIZE (rvaser-biosoup-g20201216-e2b39f1_GH0.tar.gz) = 6979
|
4
biology/biosoup/pkg-descr
Normal file
4
biology/biosoup/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Biosoup is a c++ collection of header only data structures used for storage and
|
||||
logging in bioinformatics tools.
|
||||
|
||||
WWW: https://github.com/rvaser/biosoup
|
Loading…
Reference in New Issue
Block a user