forked from AccelerateHS/accelerate-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack-8.2.yaml
61 lines (43 loc) · 1.75 KB
/
stack-8.2.yaml
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
54
55
56
57
58
59
60
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# vim: nospell
resolver: lts-10.0
packages:
- '.'
extra-deps:
- git: https://github.com/tmcdonell/accelerate.git
commit: 1aa13b896811541dcd4b97b6c305e229d657d51e
- git: https://github.com/tmcdonell/accelerate-llvm.git
commit: 9ccfc0969b8a3ac6d9280e890ca805c3b6ebc2dd
subdirs:
- 'accelerate-llvm'
- 'accelerate-llvm-native'
- 'accelerate-llvm-ptx'
- git: https://github.com/tmcdonell/accelerate-fft.git
commit: d549bf31497d41b2ba35b81cef2cd822bbee0c7a
- git: https://github.com/tmcdonell/accelerate-io.git
commit: 85f9b7a7bb00035af1e1368ec7919ce65a997ba7
- git: https://github.com/tmcdonell/cuda.git
commit: f04929808536fbcd28050d6bfd5ed682d8379d5b
- git: https://github.com/tmcdonell/colour-accelerate.git
commit: d69eb748a689df187012d0bd425a7bbfb9809655
- git: https://github.com/tmcdonell/linear-accelerate.git
commit: 8e518f39ad052024a2c96cf0054f93f983f240d0
- git: https://github.com/tmcdonell/gloss-accelerate.git
commit: 69900a2a68ad1dfded9c6173728120a2e1a35213
# Override default flag values for local packages and extra-deps
# flags: {}
# Extra package databases containing global packages
# extra-package-dbs: []
# Extra global and per-package GHC options
# ghc-options: {}
# Control whether we use the GHC we find on the path
# system-ghc: true
# Require a specific version of stack, using version ranges
# require-stack-version: -any # Default
# require-stack-version: >= 0.1.4.0
# Override the architecture used by stack, especially useful on Windows
# arch: i386
# arch: x86_64
# Extra directories used by stack for building
# extra-include-dirs: [/path/to/dir]
# extra-lib-dirs: [/path/to/dir]