summaryrefslogtreecommitdiffstats
path: root/legion/legion.spec
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2017-03-13 14:27:47 -0600
committerChristoph Junghans <junghans@votca.org>2017-03-13 14:27:47 -0600
commit064fca69a2007734278b9d149a3a0f06bb707d24 (patch)
tree439d5c75ce4638b745a0ae878454fb2a9b373779 /legion/legion.spec
parentc1f0895b828cecf72e118f2d3da3d950d7155d4c (diff)
downloadfedora-review-064fca69a2007734278b9d149a3a0f06bb707d24.tar.gz
fedora-review-064fca69a2007734278b9d149a3a0f06bb707d24.tar.xz
fedora-review-064fca69a2007734278b9d149a3a0f06bb707d24.zip
legion: Minor changes from review (bug #1382755)
Diffstat (limited to 'legion/legion.spec')
-rw-r--r--legion/legion.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/legion/legion.spec b/legion/legion.spec
index f9d2ea0..5a76ec3 100644
--- a/legion/legion.spec
+++ b/legion/legion.spec
@@ -1,6 +1,6 @@
Name: legion
Version: 17.02.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A data-centric parallel programming system
License: ASL 2.0
Url: http://legion.stanford.edu/
@@ -144,7 +144,7 @@ make -C mpich test
#move cmake files in a place where cmake can find them
mkdir -p %{buildroot}%{_libdir}/cmake
-mv %{buildroot}{%{_datadir}/Legion,%{_libdir}/cmake/legion}
+mv %{buildroot}{%{_datadir}/Legion,%{_libdir}/cmake/%{name}}
# MPI subpackages don't need the ldconfig magic. They are hidden by
# default, in MPI back-end-specific directory, and only show to the
@@ -161,13 +161,13 @@ mv %{buildroot}{%{_datadir}/Legion,%{_libdir}/cmake/legion}
%files devel
%{_includedir}/*.h
%{_includedir}/*.inl
-%{_includedir}/legion
+%{_includedir}/%{name}
%{_includedir}/mappers
%{_includedir}/realm
%{_libdir}/lib*.so
%{_libdir}/openmpi*/lib/lib*.so
%{_libdir}/mpich*/lib/lib*.so
-%{_libdir}/cmake/legion
+%{_libdir}/cmake/%{name}
%files openmpi
%{_libdir}/openmpi*/lib/lib*.so.1
@@ -176,6 +176,10 @@ mv %{buildroot}{%{_datadir}/Legion,%{_libdir}/cmake/legion}
%{_libdir}/mpich*/lib/lib*.so.1
%changelog
+* Mon Mar 13 2017 Christoph Junghans <junghans@votca.org> - 17.02.0-2
+- Added 229.patch to support "make check" in cmake
+- Minor changes from review (bug #1382755)
+
* Fri Feb 24 2017 Christoph Junghans <junghans@votca.org> - 17.02.0-1
- initial import