gsl.spec.in
来自「该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学」· IN 代码 · 共 79 行
IN
79 行
Name: gslSummary: GNU Scientific Library (GSL)Packager: rosalia@lanl.gov%define version @VERSION@%define release 0Version: %{version}Release: %{release}License: GPLVendor: The GSL TeamDistribution: research softwareCopyright: Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 The GSL TeamSource: 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.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/gsl-ref*/usr/bin/gsl-config/usr/bin/gsl-histogram/usr/bin/gsl-randist/usr/lib/usr/include/gsl/usr/share/aclocal/gsl.m4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?