This repository was archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettleDyn.cabal
More file actions
45 lines (35 loc) · 1.63 KB
/
settleDyn.cabal
File metadata and controls
45 lines (35 loc) · 1.63 KB
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
Name: settleDyn
Version: 0.3.0.3
Synopsis: Sedimentation process simulator for generation of loose
sand-like structures.
Description: settleDyn is a sedimentation process simulator. It is
capable of generating loose sand-like structures from given
particle forms and statistical distributions.
Homepage: http://settleDyn.naumov.de
License: GPL-3
License-file: LICENSE
Author: Dmitrij Yu. Naumov
Maintainer: [email protected]
Copyright: (C) 2009, 2010, 2011 Helmholtz Centre Potsdam, GFZ German Research Centre for Geosciences.
(C) 2011, 2012 Dmitrij Yu. Naumov
Category: Scientific Simulation
Build-type: Simple
Cabal-version: >=1.4
Tested-with: GHC==7.0.3
Extra-source-files: README, data/*.off, cbits/bullet.h, cbits/bullet.cpp,
cbits/types.h, cbits/shape.h, cbits/shape.cpp
Executable settleDyn
HS-source-dirs: src
Main-is: settleDyn.hs
Build-depends: array
, base >= 4 && < 5
, directory
, parsec >= 3 && < 4
, random
, split
, vector-space
GHC-Options: -Wall -funbox-strict-fields
GHC-Prof-Options: -Wall -auto-all -caf-all
C-Sources: cbits/bullet.cpp, cbits/shape.cpp
Include-Dirs: cbits, /usr/include/bullet
Extra-Libraries: BulletDynamics BulletCollision LinearMath stdc++