File: 0003-do-not-compile.patch

package info (click to toggle)
raysession 0.14.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,980 kB
  • sloc: python: 108,050; sh: 1,540; makefile: 234; xml: 77
file content (21 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Erich Eickmeyer <erich@ericheickmeyer.com>
Date: Wed, 25 Oct 2023 21:57:57 -0700
Subject: [PATCH] do not compile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f3a2e3c..4d77693 100644
--- a/Makefile
+++ b/Makefile
@@ -228,7 +228,7 @@ pure_install:
 	$(LINK) $(DEST_RAY)/src/bin/ray_git                 $(DESTDIR)$(PREFIX)/bin/
 	
 	# compile python files
-	$(PYTHON) -m compileall $(DEST_RAY)/src/
+	#$(PYTHON) -m compileall $(DEST_RAY)/src/
 	
 	# install local manual
 	cp -r manual $(DEST_RAY)/