File: 0002-Build-on-the-system-opencascade-files.patch

package info (click to toggle)
python-opencascade-pywrap 0.0~git20250714210719.b608b60-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,992 kB
  • sloc: python: 1,622; pascal: 32; makefile: 13; sh: 1
file content (19 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Roland Mas <roland.mas@entierement.net>
Date: Wed, 23 Apr 2025 17:47:00 +0200
Subject: Build on the system opencascade files

---
 ocp.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ocp.toml b/ocp.toml
index 9590a53..fb4e161 100644
--- a/ocp.toml
+++ b/ocp.toml
@@ -1,5 +1,5 @@
 name = "OCP"
-input_folder = "./opencascade"
+input_folder = "/usr/include/opencascade"
 output_folder = "./OCP"
 
 additional_files = ["FindOpenCascade.cmake"]