rpms/iml/devel iml.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Conrad Meyer konradm at fedoraproject.org
Sun Oct 19 22:31:58 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/iml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5290/devel

Modified Files:
	.cvsignore sources 
Added Files:
	iml.spec import.log 
Log Message:
Import into Fedora.



--- NEW FILE iml.spec ---
Name:           iml
Version:        1.0.2
Release:        2%{?dist}
Summary:        Finds solutions to systems of linear equations over integers
Group:          Applications/Engineering
License:        BSD
URL:            http://www.cs.uwaterloo.ca/~z4chen/iml.html
Source0:        http://www.cs.uwaterloo.ca/~z4chen/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  atlas-devel
BuildRequires:  gmp-devel


%description
IML package provides efficient routines to solve nonsingular systems of
linear equations, certified solve any shape systems of linear equations,
and perform mod p matrix operations, such as computing row-echelon form,
determinant, rank profile, inverse of a mod p matrix.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Provides:       %{name}-static = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure --with-atlas-include=%{_includedir}/atlas \
  --with-atlas-lib=%{_libdir}/atlas
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/liblink
rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/libroutines
#cp examples $RPM_BUILD_ROOT/%{_datadir}/%{name}/


%check
make check


%clean
rm -rf $RPM_BUILD_ROOT


%files devel
%defattr(-,root,root,-)
%doc AUTHORS README doc/liblink doc/libroutines examples
%{_includedir}/*
%{_libdir}/lib%{name}.a


%changelog
* Fri Oct 17 2008 Conrad Meyer <konrad at tylerc.org> - 1.0.2-2
- Only generate one binary package.
- Add %%check.

* Sun Oct 12 2008 Conrad Meyer <konrad at tylerc.org> - 1.0.2-1
- Initial package.


--- NEW FILE import.log ---
iml-1_0_2-2_fc9:HEAD:iml-1.0.2-2.fc9.src.rpm:1224455189


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iml/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Oct 2008 22:24:44 -0000	1.1
+++ .cvsignore	19 Oct 2008 22:31:27 -0000	1.2
@@ -0,0 +1 @@
+iml-1.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iml/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Oct 2008 22:24:44 -0000	1.1
+++ sources	19 Oct 2008 22:31:27 -0000	1.2
@@ -0,0 +1 @@
+03a2e361bf9574ae8d32c19a392eeb66  iml-1.0.2.tar.gz




More information about the fedora-extras-commits mailing list