1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/biology/pooler/Makefile
Piotr Kubaj 0716ab6599 biology/pooler: fix build on powerpc
In file included from bit-common.c:63:
In file included from ./bit-choice.h:23:
In file included from ./triangle.h:44:
./openmp.h:19:10: fatal error: 'omp.h' file not found
2021-10-06 20:52:30 +00:00

31 lines
592 B
Makefile

PORTNAME= pooler
DISTVERSIONPREFIX= v
DISTVERSION= 1.78
PORTREVISION= 1
CATEGORIES= biology
MAINTAINER= ssb22@cam.ac.uk
COMMENT= Optimise DNA sequencing primer-set combinations
LICENSE= APACHE20
LICENSE_FILE= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= ssb22
GH_PROJECT= PrimerPooler
WRKSRC_SUBDIR= pooler
CFLAGS+= -fopenmp
INSTALL_TARGET= install-strip
PLIST_FILES= bin/pooler man/man1/pooler.1.gz share/applications/pooler.desktop
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USES+= compiler:gcc-c++11-lib
.endif
.include <bsd.port.mk>