- Add symlink for nvidia cuda compiler as well

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=88
This commit is contained in:
Martin Pluskal 2020-06-07 10:07:29 +00:00 committed by Git OBS Bridge
parent 021ef1d774
commit 5745ebd3b8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 7 10:07:00 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Add symlink for nvidia cuda compiler as well
-------------------------------------------------------------------
Fri Apr 3 07:49:10 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -58,11 +58,13 @@ ln -sf ../../bin/%{name} clang++
# and regular cc
ln -sf ../../bin/%{name} cc
ln -sf ../../bin/%{name} c++
# and for nvidia cuda
ln -sf ../../bin/%{name} nvcc
%ifnarch %{ix86}
# Testsuite fails on i586
%check
make %{?_smp_mflags} check
%make_build check
%endif
%files