- 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:
parent
021ef1d774
commit
5745ebd3b8
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user