blob: ac90a4c21faed4c5acd130e7a1aed723f5719c11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = pteros
pkgdesc = C++ library for molecular modeling.
pkgver = 2.8.r144.g2965c2b0
pkgrel = 1
url = https://github.com/yesint/pteros
arch = any
license = Artistic License 2.0
makedepends = cmake
makedepends = git
depends = pybind11
depends = boost
depends = eigen
depends = libfmt.so
depends = libspdlog.so
options = !strip
options = !buildflags
options = staticlibs
source = pteros::git+https://github.com/yesint/pteros.git#branch=master
sha1sums = SKIP
pkgname = pteros
|