forked from pool/ccache
Accepting request 812204 from devel:tools:building
- Add symlink for nvidia cuda compiler as well OBS-URL: https://build.opensuse.org/request/show/812204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=52
This commit is contained in:
commit
9ce913d213
@ -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…
x
Reference in New Issue
Block a user