Mercurial > repos > rliterman > csp2
annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/gsl-config.1 @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
rev | line source |
---|---|
jpayne@68 | 1 .TH GSL 1 "22 May 2001" |
jpayne@68 | 2 .SH NAME |
jpayne@68 | 3 gsl-config - script to get version number and compiler flags of the installed GSL library |
jpayne@68 | 4 .SH SYNOPSIS |
jpayne@68 | 5 .B gsl-config |
jpayne@68 | 6 [\-\-prefix] [\-\-version] [\-\-libs] [\-\-libs\-without\-cblas] [\-\-cflags] |
jpayne@68 | 7 .SH DESCRIPTION |
jpayne@68 | 8 .PP |
jpayne@68 | 9 \fIgsl-config\fP is a tool that is used to configure to determine |
jpayne@68 | 10 the compiler and linker flags that should be used to compile |
jpayne@68 | 11 and link programs that use \fIGSL\fP. It is also used internally |
jpayne@68 | 12 to the .m4 macros for GNU autoconf that are included with \fIGSL\fP. |
jpayne@68 | 13 . |
jpayne@68 | 14 .SH OPTIONS |
jpayne@68 | 15 \fIgsl-config\fP accepts the following options: |
jpayne@68 | 16 .TP 8 |
jpayne@68 | 17 .B \-\-version |
jpayne@68 | 18 Print the currently installed version of \fIGSL\fP on the standard output. |
jpayne@68 | 19 .TP 8 |
jpayne@68 | 20 .B \-\-libs |
jpayne@68 | 21 Print the linker flags that are necessary to link a \fIGSL\fP program, with cblas |
jpayne@68 | 22 .TP 8 |
jpayne@68 | 23 .B \-\-libs\-without\-cblas |
jpayne@68 | 24 Print the linker flags that are necessary to link a \fIGSL\fP program, without cblas |
jpayne@68 | 25 .TP 8 |
jpayne@68 | 26 .B \-\-cflags |
jpayne@68 | 27 Print the compiler flags that are necessary to compile a \fIGSL\fP program. |
jpayne@68 | 28 .TP 8 |
jpayne@68 | 29 .B \-\-prefix |
jpayne@68 | 30 Show the GSL installation prefix. |
jpayne@68 | 31 .SH SEE ALSO |
jpayne@68 | 32 .BR gtk-config (1), |
jpayne@68 | 33 .BR gnome-config (1) |
jpayne@68 | 34 .SH COPYRIGHT |
jpayne@68 | 35 Copyright \(co 2001 Christopher R. Gabriel |
jpayne@68 | 36 |
jpayne@68 | 37 Permission to use, copy, modify, and distribute this software and its |
jpayne@68 | 38 documentation for any purpose and without fee is hereby granted, |
jpayne@68 | 39 provided that the above copyright notice appear in all copies and that |
jpayne@68 | 40 both that copyright notice and this permission notice appear in |
jpayne@68 | 41 supporting documentation. |