diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-11-03 20:17:59 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-11-03 20:17:59 +0000 |
commit | 408734cba42dc484ca7835587584d71684f32380 (patch) | |
tree | cb1a7ba93a7b5a1be01fb5902f4b2fc8462dc3c8 /biology/coordgenlibs/Makefile | |
parent | ad8e8aab5f4be50f25e6649fc52fd40680fe0a96 (diff) | |
download | pkgsrc-408734cba42dc484ca7835587584d71684f32380.tar.gz |
New package, coordgenlibs-1.4.2.
Part of PR pkg/55755.
This is Schroedinger, Inc's 2D coordinate generation. It was formerly
proprietary code, but is now released under the BSD license.
The emphasis of these algorithms are on quality of 2D coordinates rather than
speed of generation. The algorithm distinguishes itself from many others by
doing well with both macrocycles and metal complexes. It also does extremely
well on typical drug-like small molecules, and has been validated on millions
of compounds.
Diffstat (limited to 'biology/coordgenlibs/Makefile')
-rw-r--r-- | biology/coordgenlibs/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/coordgenlibs/Makefile b/biology/coordgenlibs/Makefile new file mode 100644 index 00000000000..ef43c95aced --- /dev/null +++ b/biology/coordgenlibs/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/11/03 20:17:59 bsiegert Exp $ + +GITHUB_TAG= v${PKGVERSION_NOREV} +DISTNAME= coordgenlibs-1.4.2 +CATEGORIES= biology +MASTER_SITES= ${MASTER_SITE_GITHUB:=schrodinger/} + +MAINTAINER= bsiegert@NetBSD.org +HOMEPAGE= https://github.com/schrodinger/coordgenlibs/ +COMMENT= 2D coordinate generation for molecules +LICENSE= modified-bsd + +USE_CMAKE= yes +USE_LANGUAGES= c c++ + + +.include "../../biology/maeparser/buildlink3.mk" +.include "../../devel/boost-libs/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |