File: generic.txt

package info (click to toggle)
python-cython-blis 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 43,676 kB
  • sloc: ansic: 645,510; sh: 2,354; asm: 1,466; python: 821; cpp: 585; makefile: 14
file content (19 lines) | stat: -rw-r--r-- 676 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

generic.txt
-----------

This file in 'kernels/generic' exists only to force 'git' to track what
would otherwise be an empty directory. Having this empty directory is
necessary because the 'generic' singleton family is defined in the
configuration registry as:

  generic: generic

which implies that the 'generic' sub-configuration depends on the
'generic' kernel set (because there were no complementary kernel sets
specified via '/'). Thus, we need there to be a kernel set named
'generic', but we don't actually refer to any such kernels in BLIS.
In other words, this file is simply a workaround to a quirk in the
syntax and semantics of the config_registry file.

-FGVZ