File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ install: lib_install exes_install
67
67
lib_install : lib
68
68
@ echo " installing in $( DESTLIB) $( DESTINC) ..." && \
69
69
mkdir -p $(DESTLIB ) && \
70
- install -D -v -m u=rw ,g=rw ,o=r src/$(LIB_DYNAMIC ) -t $(DESTLIB ) && \
70
+ install -D -v -m u=rwx ,g=rx ,o=rx src/$(LIB_DYNAMIC ) -t $(DESTLIB ) && \
71
71
mkdir -p $(DESTINC ) && \
72
72
install -D -v -m u=rw,g=rw,o=r include/* -t $(DESTINC ) ; \
73
73
cd $(DESTLIB ) ; \
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ if [ -e /usr/bin/systemctl ]; then \
41
41
/usr/bin/systemctl daemon-reload \
42
42
fi
43
43
44
+ %global __requires_exclude ^libcuda\\.so.*$
44
45
45
46
46
47
Name: gdrcopy
@@ -54,9 +55,6 @@ Source0: %{name}-%{version}.tar.gz
54
55
BuildRequires: gcc kernel-headers check-devel
55
56
Requires: %{name }-%{kmod } check
56
57
57
- # to get rid of libcuda/libcudart
58
- AutoReqProv: no
59
-
60
58
%package devel
61
59
Summary: The development files
62
60
Group: System Environment/Libraries
You can’t perform that action at this time.
0 commit comments