[eclipse-ptp] Add gig sub-package

Orion Poplawski orion at fedoraproject.org
Mon May 13 02:50:15 UTC 2013


commit 856b4c81551764400a0f3cc2ef7848e97104afa3
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun May 12 20:50:09 2013 -0600

    Add gig sub-package

 eclipse-ptp.spec |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-ptp.spec b/eclipse-ptp.spec
index 7231907..b5ab9f4 100644
--- a/eclipse-ptp.spec
+++ b/eclipse-ptp.spec
@@ -111,6 +111,7 @@ Requires:       %{name}-etfw-tau = %{version}-%{release}
 Requires:       %{name}-etfw-tau-fortran = %{version}-%{release}
 Requires:       %{name}-fortran = %{version}-%{release}
 Requires:       %{name}-gem = %{version}-%{release}
+Requires:       %{name}-gig = %{version}-%{release}
 Requires:       %{name}-pldt-fortran = %{version}-%{release}
 Requires:       %{name}-pldt-upc = %{version}-%{release}
 Requires:       %{name}-rdt = %{version}-%{release}
@@ -199,6 +200,21 @@ much smaller than the number of total feasible interleavings. GEM also
 guarantees to discover and explore all non-deterministic matches at run-time. 
 
 
+%package        gig
+Summary:        PTP Graphical Inquisitor of GPU Programs (GIG)
+Group:          Development/Libraries
+BuildArch:      noarch
+Requires:       %{name} = %{version}-%{release}
+
+%description    gig
+The Graphical Explorer of GPU Programs (GIG) is used to help debug CUDA
+programs. It uses the formal verifier GKLEE, developed at the University
+of Utah, to automatically detect many errors and problems such as race
+conditions, deadlocks, and bank conflicts.  This is all cleanly integratedi
+into an easy-to use eclipse plug-in.  GKLEE can be obtained from
+http://cs.utah.edu/fv/gklee
+
+
 %package        pldt-fortran
 Summary:        PTP Parallel Language Development Tools Fortran Support
 Group:          Development/Libraries
@@ -426,6 +442,10 @@ cp -p debug/org.eclipse.ptp.debug.sdm/bin/sdm %{buildroot}%{_libdir}/ptp/
 %doc releng/org.eclipse.ptp.license-feature/epl-v10.html
 %{eclipse_base}/dropins/ptp/eclipse/features/org.eclipse.ptp.gem_*
 
+%files gig -f files.org.eclipse.ptp.gig_%{version}.%{ptp_build_id}
+%doc releng/org.eclipse.ptp.license-feature/epl-v10.html
+%{eclipse_base}/dropins/ptp/eclipse/features/org.eclipse.ptp.gig_*
+
 %files pldt-fortran -f files.org.eclipse.ptp.pldt.fortran_%{version}.%{ptp_build_id}
 %doc releng/org.eclipse.ptp.license-feature/epl-v10.html
 %{eclipse_base}/dropins/ptp/eclipse/features/org.eclipse.ptp.pldt.fortran_*


More information about the scm-commits mailing list