gsl.spec.in
来自「math library from gnu」· IN 代码 · 共 81 行
IN
81 行
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, 2005,2006, 2007 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,SUPPORT,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 + =
减小字号Ctrl + -
显示快捷键?