mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Change '--with-configure-flag' example to something that works.
Passing '-DBUILD_COMPLEX=OFF' to lapack would eventually lead to a link error. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * doc/guix.texi (Package Transformation Options): Change '--with-configure-flag' example. * etc/news.scm: Likewise.
This commit is contained in:
parent
5b700945fb
commit
fddf97456c
2 changed files with 4 additions and 4 deletions
|
@ -12990,7 +12990,7 @@ builds @code{lapack}:
|
|||
|
||||
@example
|
||||
guix build lapack \
|
||||
--with-configure-flag=lapack=-DBUILD_COMPLEX=OFF
|
||||
--with-configure-flag=lapack=-DBUILD_SHARED_LIBS=OFF
|
||||
@end example
|
||||
|
||||
@quotation Note
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
@example
|
||||
guix build lapack \\
|
||||
--with-configure-flag=lapack=-DBUILD_COMPLEX=OFF
|
||||
--with-configure-flag=lapack=-DBUILD_SHARED_LIBS=OFF
|
||||
@end example
|
||||
|
||||
Run @command{info \"(guix) Package Transformation Options\"} for more info.")
|
||||
|
@ -50,7 +50,7 @@
|
|||
|
||||
@example
|
||||
guix build lapack \\
|
||||
--with-configure-flag=lapack=-DBUILD_COMPLEX=OFF
|
||||
--with-configure-flag=lapack=-DBUILD_SHARED_LIBS=OFF
|
||||
@end example
|
||||
|
||||
Führen Sie für mehr Informationen @command{info \"(guix.de)
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
@example
|
||||
guix build lapack \\
|
||||
--with-configure-flag=lapack=-DBUILD_COMPLEX=OFF
|
||||
--with-configure-flag=lapack=-DBUILD_SHARED_LIBS=OFF
|
||||
@end example
|
||||
|
||||
Voir @command{info \"(guix.fr) Options de transformation de paquets\"} pour
|
||||
|
|
Loading…
Reference in a new issue