-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
meta.yaml
35 lines (28 loc) · 1.02 KB
/
meta.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
package:
name: arm-variant
version: 1.1.0
build:
number: 0
noarch: generic
string: "{{ arm_variant_type }}"
track_features:
- arm_{{ arm_variant_type }} # [arm_variant_type != arm_variant_type_default]
test:
commands:
- exit 0
about:
home: https://github.com/conda-forge/arm-variant-feedstock
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: 'A meta-package to select the ARM variant.'
description: |
There are a couple of ARM variants that differ based on architecture.
Currently the main ones are:
* SBSA ( Server Base System Architecture ), which is used in clusters, cloud environments, etc.
* Tegra ( System on a Chip ), which is used in edge applications like mobile internet devices, streaming systems, etc.
Mainly these differ as they have 2 different `cudatoolkit`s. So this package is used to select between them.
The default is SBSA. So Tegra users should make sure to change this if needed.
extra:
recipe-maintainers:
- jakirkham