Accepting request 455021 from home:jengelh:branches:devel:gcc

- Update description

OBS-URL: https://build.opensuse.org/request/show/455021
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/nvptx-tools?expand=0&rev=4
This commit is contained in:
Richard Biener 2017-02-14 08:20:52 +00:00 committed by Git OBS Bridge
parent 328a275829
commit dd2629e6b1
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 6 14:56:34 UTC 2017 - jengelh@inai.de
- Update description
-------------------------------------------------------------------
Mon Feb 6 11:18:26 UTC 2017 - rguenther@suse.com

View File

@ -19,7 +19,7 @@
Name: nvptx-tools
Version: 1.0
Release: 0
Summary: NVPTX tools
Summary: PTX language tools
License: GPL-3.0+
Group: Development/Tools/Building
Url: https://github.com/MentorEmbedded/nvptx-tools/
@ -35,7 +35,14 @@ BuildRequires: gcc-c++
ExclusiveArch: x86_64
%description
A collection of tools for use with nvptx-none GCC toolchains.
A collection of tools for use with nvptx-none (NVIDIA Parallel Thread
Execution) GCC toolchains.
* nvptx-none-as: "assembler" for PTX.
* nvptx-none-ld: "linker" for PTX.
* nvptx-none-run: run PTX binaries compiled with -mmainkernel.
* nvptx-none-run-single: like nvptx-none-run, but locked, such that
system-wide, only one instance of it is running at a time.
%prep
%setup -q -n nvptx-tools
@ -58,5 +65,4 @@ make DESTDIR=%{buildroot} install
%{_bindir}/nvptx-none-ranlib
%doc COPYING3
%changelog