summary refs log tree commit diff
path: root/doc/using
Commit message (Collapse)AuthorAge
* nixpkgs/doc: update overlay/lapack sectionMarkus Kowalewski2022-02-11
|
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2Anders Kaseorg2021-11-04
| | | | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Followup to #76804. Fixes #144646. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* nixpkgs/manual: add mvapich to overlays/mpi sectionMarkus Kowalewski2021-09-16
|
* doc: Use markdown syntax for xrefsJan Tojnar2021-06-07
| | | | | | Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
* docs/using: shellSession -> ShellSessionfricklerhandwerk2021-04-25
| | | | Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
* doc/using: convert to markdownfricklerhandwerk2021-04-23
|
* Remove repeating words from docFlorian Engel2021-03-14
|
* doc: FormatRobert Hensing2021-03-04
|
* stdenv/check-meta: change to allowlist and blocklist (#114127)WORLDofPEACE2021-02-23
| | | | | | | * stdenv/check-meta: change to allowlist and blocklist * Update pkgs/stdenv/generic/check-meta.nix Co-authored-by: Graham Christensen <graham@grahamc.com>
* doc: fix syntax error in BLAS/LAPACK overlay exampleDaniël de Kok2021-02-12
| | | | Attribute-values pairs were not properly terminated by a semicolon.
* doc: remove mentions of flashplayerBernardo Meurer2021-02-08
|
* nixpkgs/manual: add a paragraph about MPI switching mechanismMarkus Kowalewski2021-01-23
|
* doc: stdenv.lib -> libProfpatsch2021-01-11
| | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 Changing the documentation to not refer to stdenv.lib is the first step to make people use it directly.
* tree-wide: do not use pkgs.extend in nixpkgszimbatm2020-11-30
| | | | | | | | | Each invocation of pkgs.extends adds 130MB of allocation to the hydra evaluator. We are already struggling with the amount of memory nixpkgs requires. `pkgs.extend` is a useful escape-hatch, but should be not be used inside of nixpkgs directly.
* doc: clarify whitelistedLicensesGraham Bennett2020-11-28
| | | | | see the following for more info: https://github.com/NixOS/nixpkgs/blob/076860e0340a5e4a909b9a710e186508b14d1c90/pkgs/stdenv/generic/check-meta.nix#L229
* doc: Improve code listingsJan Tojnar2020-09-23
| | | | By adding prompts and removing unnecessary indentation.
* doc/using/overlays.xml: add BLISDaniël de Kok2020-09-07
|
* doc/using/overlays.xml: fix some small glitchesDaniël de Kok2020-08-10
|
* doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK listDaniël de Kok2020-08-10
|
* licenses: Make single-version-only GPL explicitJan Tojnar2020-07-05
| | | | | | I commonly see people use the former when they should use the latter. Would be also in line with the SPDX change https://www.gnu.org/licenses/identify-licenses-clearly.html
* Fix typos in documentation (#91934)Sami Bouhlel2020-07-01
|
* nixos/manual: spelling s/environent/environment/g in configuration.xmlNicolas Berbiche2020-06-08
|
* doc/using/overlays.xml: update LD_LIBRARY_PATH exampleBenjamin Hipple2020-04-22
|
* doc/overlays.xml: fix missing documentation for blas/lapackMatthew Bauer2020-04-22
| | | | | This adds some more information to the documentation as well as addressing review from https://github.com/NixOS/nixpkgs/pull/85636.
* doc/overlays.xml: update documentation for BLAS/LAPACKMatthew Bauer2020-04-21
| | | | This expands the documentation and explains how to assert LP64.
* doc/overlays.xml: add information on BLAS/LAPACK switchingMatthew Bauer2020-04-20
|
* Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-supportJohn Ericson2019-11-24
|
* Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
|
* doc: fix allowUnfreePredicate example following the introduction of pnameThéo Zimmermann2019-11-09
| | | | Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* nixpkgs manual: fix white space and indentationFrederik Rietdijk2019-10-30
|
* nixpkgs manual: move using chapters into one folderFrederik Rietdijk2019-10-30