c2488a6020
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack to 3.9.1; Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html> - Chase this upgrade in biology/treekin; - Add a test target; - Remove a conflict with math/openblas (PR 244296); - Fix the build with Gcc10 (PR 247485). PR: 247542 Approved by: expr-run by antoine@
28 lines
662 B
Makefile
28 lines
662 B
Makefile
PORTNAME= treekin
|
|
DISTVERSION= 0.5.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= biology
|
|
MASTER_SITES= https://www.tbi.univie.ac.at/RNA/packages/source/
|
|
DISTNAME= Treekin-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Efficient computation of RNA folding dynamics
|
|
|
|
LICENSE= LatticeLib
|
|
LICENSE_NAME= LatticeLib Disclaimer and Copyright
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
|
|
|
|
BUILD_DEPENDS= lapacke>0:math/lapacke
|
|
|
|
USES= blaslapack:netlib compiler:c++11-lang fortran gmake \
|
|
localbase:ldflags
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
BINARY_ALIAS= make=${GMAKE}
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|