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