Skip to content

Commit

Permalink
addresses review
Browse files Browse the repository at this point in the history
  • Loading branch information
rhl- committed Nov 22, 2016
1 parent 5a68478 commit 3bb386d
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions redhat/elemental.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Name: elemental
Version: 0.87
Version: 0.87.2
Release: 2%{?dist}
Summary: Library for distributed-memory dense/sparse-direct linear algebra
Group: Development/Libraries
License: BSD
License: BSD and Boost and MIT and LGPLv2
URL: http://libelemental.org
Source0: https://github.com/elemental/Elemental/archive/master.zip
Source0: https://github.com/elemental/Elemental/archive/v%{version}.zip

BuildRequires: cmake
BuildRequires: metis-devel >= 5.1.0
Expand Down Expand Up @@ -101,7 +101,7 @@ Requires: %{name}-mpich%{?_isa} = %{version}-%{release}
This package contains the python bindings for using Elemental through a python shell with MPICH

%prep
%autosetup
%autosetup -n Elemental-%{version}

%build

Expand Down Expand Up @@ -166,21 +166,9 @@ make -C $MPI_COMPILER install/fast DESTDIR=%{buildroot} INSTALL="install -p" CPP
rm -f ${buildroot}/$MPI_BIN/tests-*
%{_mpich_unload}

rm -rf %{buildroot}/%{_prefix}/conf

%post mpich -p /sbin/ldconfig
%postun mpich -p /sbin/ldconfig

%post mpich-devel -p /sbin/ldconfig
%postun mpich-devel -p /sbin/ldconfig

%post openmpi -p /sbin/ldconfig
%postun openmpi -p /sbin/ldconfig

%post openmpi-devel -p /sbin/ldconfig
%postun openmpi-devel -p /sbin/ldconfig


rm -rf %{buildroot}/%{_prefix}/conf

#The Elemental headers
%files devel
Expand Down Expand Up @@ -218,6 +206,8 @@ rm -rf %{buildroot}/%{_prefix}/conf
%files -n python2-elemental-mpich
%{python2_sitearch}/mpich/*

%license debian/copyright

%changelog
* Sat Oct 29 2016 Ryan H. Lewis <[email protected]> - 0.87-1
- Dropped Scalapack
Expand Down

0 comments on commit 3bb386d

Please sign in to comment.