Skip to content

Commit

Permalink
freebsd update to 1.85
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb22 committed Jul 12, 2022
1 parent 127ce73 commit b179d6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions freebsd/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pooler.mbox
9 changes: 3 additions & 6 deletions freebsd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= pooler
DISTVERSIONPREFIX= v
DISTVERSION= 1.84
DISTVERSION= 1.85
CATEGORIES= biology

MAINTAINER= [email protected]
Expand All @@ -15,15 +15,12 @@ GH_ACCOUNT= ssb22
GH_PROJECT= PrimerPooler

INSTALL_TARGET= install-strip
CFLAGS+= -fopenmp

WRKSRC_SUBDIR= pooler
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
.if exists(/usr/include/omp.h)
CFLAGS+= -fopenmp
.endif

.include <bsd.port.mk>
6 changes: 4 additions & 2 deletions freebsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ v1.78 update was [541454f](https://cgit.FreeBSD.org/ports/commit/?id=541454f9939
discussed at [258120](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258120),
v1.82 update was [8d34513](https://cgit.freebsd.org/ports/commit/?id=8d34513c3f7ac851134d8452109c28497f0442cb)
discussed at [261741](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261741),
and
v1.84 update was [3b861fa](https://cgit.freebsd.org/ports/commit/?id=3b861fa65fe8386404132158eb153378007483bf)
discussed at [262498](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262498)
discussed at [262498](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262498),
and
1.85 update was
discussed at [265163](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265163)

FreeBSD users should be able to install it via `pkg install pooler`

0 comments on commit b179d6d

Please sign in to comment.