forked from taschini/crlibm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrlibm.spec
42 lines (30 loc) · 811 Bytes
/
crlibm.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Summary: cr-libm, a portable, efficient, correctly rounded mathematical library.
Name: crlibm
Version: 0.8
Release: 1
License: GNU LESSER GENERAL PUBLIC LICENSE
Group: System/Mathematics
URL: http://lipforge.ens-lyon.fr/projects/crlibm
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description The goal of the crlibm project is to design a
mathematical library which offers proven correct rounding, with
performance and memory usage comparable to current libraries.
%prep
%setup -q
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_libdir}/*
%{_includedir}/*
%changelog
* Thu Oct 28 2004 Philippe Defert <[email protected]>
- Initial build.