File: 0002-do-not-compile.patch

package info (click to toggle)
raysession 0.17.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,196 kB
  • sloc: python: 44,463; sh: 1,538; makefile: 213; xml: 86
file content (23 lines) | stat: -rw-r--r-- 695 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
22
23
From: Erich Eickmeyer <erich@ericheickmeyer.com>
Date: Wed, 25 Oct 2023 21:57:57 -0700
Subject: [PATCH] do not compile

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d3e266d..b4f1724 100644
--- a/Makefile
+++ b/Makefile
@@ -196,8 +196,8 @@ pure_install:
 	$(LINK) $(DEST_RAY)/src/bin/ray_git                 $(DESTDIR)$(PREFIX)/bin/
 	
 	# compile python files
-	$(PYTHON) -m compileall $(DEST_RAY)/HoustonPatchbay/source/
-	$(PYTHON) -m compileall $(DEST_RAY)/src/
+	#$(PYTHON) -m compileall $(DEST_RAY)/HoustonPatchbay/source/
+	#$(PYTHON) -m compileall $(DEST_RAY)/src/
 	
 	# install local manual
 	cp -r manual $(DEST_RAY)/