blob: 546912f90263795ecf79a0f3767cc070ebe955f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = hoomd-blue
pkgdesc = A general-purpose particle simulation toolkit using GPUs with CUDA
pkgver = v4.0.1
pkgrel = 1
url = https://glotzerlab.engin.umich.edu/hoomd-blue
arch = any
license = custom:BSD-3-Clause
makedepends = git
depends = python
depends = boost
depends = cuda>=11.0.0
depends = cmake
depends = openmpi
depends = cereal
depends = pybind11
depends = eigen
optdepends = nvidia: running simulations on GPU
provides = hoomd-blue
source = hoomd-blue::git+https://github.com/glotzerlab/hoomd-blue#tag=v4.0.1
md5sums = SKIP
pkgname = hoomd-blue
|