forked from pool/libm4rie
m4rie-20120613
OBS-URL: https://build.opensuse.org/package/show/science/libm4rie?expand=0&rev=4
This commit is contained in:
parent
2864b9cc92
commit
eed47343be
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 29 18:47:42 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.0.20120613
|
||||
* support for reading and writing 1-bit PNG images
|
||||
* much improved performance for 4<e≤8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 26 13:41:20 UTC 2012 - scorot@free.fr
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
Name: libm4rie
|
||||
# Note that libm4rie is not always updated in lockstep with libm4ri,
|
||||
# and that is absolutely supported.
|
||||
%define date 20111004
|
||||
# and that is absolutely normal.
|
||||
%define date 20120613
|
||||
%define lname libm4rie-0_0_%date
|
||||
Version: 0.0.%date
|
||||
Release: 0
|
||||
@ -27,9 +27,10 @@ Summary: Library for fast linear arithmetic over F_{2^e}
|
||||
License: GPL-2.0+
|
||||
URL: http://m4ri.sagemath.org/
|
||||
|
||||
Source: m4rie-%date.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libm4ri-devel, xz
|
||||
#Hg-Clone: https://bitbucket.org/malb/m4rie
|
||||
Source: m4rie-%date.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{namze}-%{version}-build
|
||||
BuildRequires: libm4ri-devel
|
||||
|
||||
%description
|
||||
M4RIE is a library for fast arithmetic with dense matrices over F_{2^e}.
|
||||
@ -42,7 +43,7 @@ Group: System/Libraries
|
||||
M4RIE is a library for fast arithmetic with dense matrices over F_{2^e}.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for F_{2^e} arithmetic with libm4ri
|
||||
Summary: Development files for F_{2^e} arithmetic with libm4rie
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
@ -58,16 +59,12 @@ make %{?_smp_mflags};
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
%if 0%{sles_version} <= 11
|
||||
%makeinstall
|
||||
%else
|
||||
%make_install
|
||||
%endif
|
||||
find "$b" -type f -name "*.la" -delete;
|
||||
make install DESTDIR="$b";
|
||||
rm -f "$b/%_libdir"/*.la;
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libm4rie-*.so
|
||||
%_libdir/libm4rie-%version.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:711d328f6ec7fcdaf66399417031006b9923c4d876c80a2f5733c44bb563475e
|
||||
size 321653
|
3
m4rie-20120613.tar.gz
Normal file
3
m4rie-20120613.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f16a4f5240cd0373e07d0fe1fd806bd5b8228383c68fb6e530cbc84236320647
|
||||
size 432414
|
Loading…
x
Reference in New Issue
Block a user