about summary refs log tree commit diff
path: root/doc/using
diff options
context:
space:
mode:
authorFlorian Engel <florianengel39@gmail.com>2021-03-14 11:49:35 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-03-14 12:15:34 +0100
commit3329093c6aca716761a3d91089d49e5cbb873d77 (patch)
treefd06b573a6ecc82866e9e0974c563bd9636307ec /doc/using
parenta58bd74aacac6346d7e4a0bf27fe8af36d947476 (diff)
Remove repeating words from doc
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/overlays.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/overlays.xml b/doc/using/overlays.xml
index 1def8b0695556..8f12aad2adad1 100644
--- a/doc/using/overlays.xml
+++ b/doc/using/overlays.xml
@@ -230,7 +230,7 @@ self: super:
    </para>
 
    <para>
-    For BLAS/LAPACK switching to work correctly, all packages must depend on <literal>blas</literal> or <literal>lapack</literal>. This ensures that only one BLAS/LAPACK library is used at one time. There are two versions versions of BLAS/LAPACK currently in the wild, <literal>LP64</literal> (integer size = 32 bits) and <literal>ILP64</literal> (integer size = 64 bits). Some software needs special flags or patches to work with <literal>ILP64</literal>. You can check if <literal>ILP64</literal> is used in Nixpkgs with <varname>blas.isILP64</varname> and <varname>lapack.isILP64</varname>. Some software does NOT work with <literal>ILP64</literal>, and derivations need to specify an assertion to prevent this. You can prevent <literal>ILP64</literal> from being used with the following:
+    For BLAS/LAPACK switching to work correctly, all packages must depend on <literal>blas</literal> or <literal>lapack</literal>. This ensures that only one BLAS/LAPACK library is used at one time. There are two versions of BLAS/LAPACK currently in the wild, <literal>LP64</literal> (integer size = 32 bits) and <literal>ILP64</literal> (integer size = 64 bits). Some software needs special flags or patches to work with <literal>ILP64</literal>. You can check if <literal>ILP64</literal> is used in Nixpkgs with <varname>blas.isILP64</varname> and <varname>lapack.isILP64</varname>. Some software does NOT work with <literal>ILP64</literal>, and derivations need to specify an assertion to prevent this. You can prevent <literal>ILP64</literal> from being used with the following:
    </para>
 
 <programlisting>