nixpkgs-suyu/doc/languages-frameworks
Connor Baker d5e5246e76 cudaPackages: split outputs
This change which involves creating multiple outputs for CUDA
redistributable packages.

We use a script to find out, ahead of time, the outputs each redist
package provides. From that, we are able to create multiple outputs for
supported redist packages, allowing users to specify exactly which
components they require.

Beyond the script which finds outputs ahead of time, there is some custom
code involved in making this happen. For example, the way Nixpkgs
typically handles multiple outputs involves making `dev` the default
output when available, and adding `out` to `dev`'s
`propagatedBuildInputs`.

Instead, we make each output independent of the others. If a user wants
only to include the headers found in a redist package, they can do so by
choosing the `dev` output. If they want to include dynamic libraries,
they can do so by specifying the `lib` output, or `static` for static
libraries.

To avoid breakages, we continue to provide the `out` output, which
becomes the union of all other outputs, effectively making the split
outputs opt-in.
2023-08-31 03:31:55 +00:00
..
agda.section.md
android.section.md
beam.section.md
bower.section.md
chicken.section.md chickenPackages: turn into scope 2023-08-21 17:00:00 +02:00
coq.section.md
crystal.section.md
cuda.section.md cudaPackages: split outputs 2023-08-31 03:31:55 +00:00
cuelang.section.md
dart.section.md
dhall.section.md
dotnet.section.md maintainers: add dotnet team 2023-08-16 08:49:08 +02:00
emscripten.section.md
gnome.section.md
go.section.md treewide: go-modules -> goModules 2023-07-14 00:18:06 +03:00
haskell.section.md doc/../haskell.section.md: Make a bit clearer and more beginner friendly 2023-07-15 02:18:29 +02:00
hy.section.md
idris.section.md
index.md doc: render nixpkgs manual with nrd 2023-07-01 20:59:29 +02:00
ios.section.md
java.section.md
javascript.section.md doc/languages-frameworks/javascript: add npmWorkspace and npmPruneFlags args 2023-06-29 07:43:12 -04:00
lisp.section.md
lua.section.md buildLuarocksPackage: rename file to match its role 2023-07-10 10:34:34 +02:00
maven.section.md doc/maven: add stable-maven-plugins back 2023-08-01 16:00:52 +02:00
nim.section.md
ocaml.section.md
octave.section.md
perl.section.md
php.section.md
pkg-config.section.md
python.section.md nixpkgs manual: doc python: render manual notes as admonitions 2023-08-21 16:02:34 +02:00
qt.section.md
r.section.md
ruby.section.md
rust.section.md doc: make sourceRoot and setSourceRoot documentation match the implementation, fix examples 2023-08-03 16:32:05 +00:00
swift.section.md
texlive.section.md texlive.combine: include packages with man pages by default 2023-07-29 18:31:17 +02:00
titanium.section.md
vim.section.md