blob: 091d58a911cac5d3e9a73eb3a65ede9a03933d99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
pkgbase = chronoengine
pkgdesc = An Open Source Multi-physics Simulation Engine
pkgver = 6.0.0
pkgrel = 1
url = https://projectchrono.org/
arch = i686
arch = x86_64
license = custom
makedepends = cmake
makedepends = eigen
makedepends = git
makedepends = boost
makedepends = glm
makedepends = glew
makedepends = glfw
makedepends = irrlicht
makedepends = glut
makedepends = openmpi
makedepends = gcc-fortran
makedepends = python
makedepends = swig
makedepends = cuda
makedepends = blaze
makedepends = oce
makedepends = mumps
makedepends = blas
makedepends = intel-mkl
depends = openmpi
depends = blas
depends = boost-libs
depends = hdf5
optdepends = irrlicht: Runtime visualization with Irrlicht.
optdepends = glew: Runtime visualization with OpenGL.
optdepends = glfw: Runtime visualization with OpenGL.
optdepends = freeglut: Runtime visualization with OpenGL.
optdepends = python: Python bindings
optdepends = nvidia-utils: CUDA support in PARALLEL module
optdepends = opencascade: add 3D CAD file support (STEP format)
optdepends = intel-mkl: This library is currently used in Chrono for its parallel direct solver (Pardiso)
source = chronoengine::git+https://github.com/projectchrono/chrono.git#tag=6.0.0
source = git+https://github.com/google/benchmark.git
source = git+https://github.com/google/googletest.git
source = chronoengine.sh
source = glm.patch
source = thrust.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 0fe883cfcc1db869d08235482a3801fa458db15360e0eefac9084c7f2993af4a
sha256sums = 4e8ed0097fb14bbe437c2a57e9ef1852fdbfe8675e5345b0af42287d24fbfefe
sha256sums = bf9717a2a1d569e376623d40e9b83fb766629a9ef9acc16e4af5358132202526
pkgname = chronoengine
|