forked from pool/ccache
- 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:
committed by
Git OBS Bridge
parent
021ef1d774
commit
5745ebd3b8
@@ -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
|
||||
|
Reference in New Issue
Block a user