⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gsl.spec.in

📁 This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without ev
💻 IN
字号:
Name: gslSummary: GNU Scientific Library (GSL)Packager: jungman@lanl.gov, rosalia@lanl.gov%define version @VERSION@%define release 0Version: %{version}Release: %{release}License: GPLVendor: The GSL TeamDistribution: research softwareSource: gsl-%{version}.tar.gzGroup: Libraries/Research%define mybuildroot /var/tmp/%{name}-buildBuildRoot: %{mybuildroot}%description  The GNU Scientific Library (GSL) is a numerical library for C andC++ programmers.  It contains over 1000 mathematical routines writtenin ANSI C.  The library follows modern coding conventions, and lendsitself to being used in very high level languages (VHLLs).The library covers the following subject areas:  Complex Numbers             Roots of Polynomials     Special Functions  Vectors and Matrices        Permutations             Sorting  BLAS Support                Linear Algebra           Eigensystems  Fast Fourier Transforms     Quadrature               Random Numbers  Quasi-Random Sequences      Random Distributions     Statistics  Histograms                  N-Tuples                 Monte Carlo Integration  Simulated Annealing         Differential Equations   Interpolation  Numerical Differentiation   Chebyshev Approximation  Series Acceleration  Discrete Hankel Transforms  Root-Finding             Minimization  Least-Squares Fitting       Physical Constants       IEEE Floating-PointFurther information can be found in the GSL Reference Manual.Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 The GSL Team.Install the gsl package if you need a library for high-levelscientific numerical analysis.%prep%setup -q -n gsl-%{version}%buildCFLAGS="$RPM_OPT_FLAGS"./configure --prefix=%{_prefix} \    --bindir=%{_bindir} --mandir=%{_mandir} \    --localstatedir=%{_localstatedir} --libdir=%{_libdir} \    --datadir=%{_datadir} --includedir=%{_includedir} \    --sysconfdir=%{_sysconfdir}make%installrm -rf $RPM_BUILD_ROOTmake prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} \    mandir=$RPM_BUILD_ROOT%{_mandir} libdir=$RPM_BUILD_ROOT%{_libdir} \    localstatedir=$RPM_BUILD_ROOT%{_localstatedir} \    datadir=$RPM_BUILD_ROOT%{_datadir} \    includedir=$RPM_BUILD_ROOT%{_includedir} \    sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install%cleanrm -rf $RPM_BUILD_ROOT%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%files%doc {NEWS,ChangeLog,INSTALL,README,AUTHORS,THANKS,BUGS}%doc /usr/info/*/usr/bin/gsl-config/usr/bin/gsl-histogram/usr/bin/gsl-randist/usr/lib/usr/include/gsl/usr/share/aclocal/gsl.m4/usr/share/man

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -