summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2021-11-21 20:28:13 +0100
committerGrey Christoforo2021-11-21 20:28:13 +0100
commit68a7024d87900a41d7a059ff3ed2b4f3f08b0dfd (patch)
tree9617116175165e48ea41ffa6f705d05cecdb6535 /PKGBUILD
parent3c08276af72b9297ba5cfd958eeb80d6b3206ec8 (diff)
downloadaur-opencascade-rc.tar.gz
cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fce087cf700..cc05867a8b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ gl2ps
ffmpeg
freeimage
intel-tbb
-#openvr
)
makedepends=(
@@ -52,19 +51,8 @@ prepare() {
#curl https://src.fedoraproject.org/rpms/opencascade/raw/rawhide/f/opencascade-cmake.patch | patch -p1
- #curl https://raw.githubusercontent.com/archlinux/svntogit-community/packages/opencascade/trunk/vtk9.patch | patch -p1
-
- # https://tracker.dev.opencascade.org/view.php?id=32264
- #curl -L 'http://git.dev.opencascade.org/gitweb/?p=occt.git;a=patch;h=refs/heads/CR32264' | patch -p1
-
# fix for None type build
sed '/OpenCASCADECompileDefinitionsAndFlags/d' -i CMakeLists.txt
-
- # fix for trying to write into the system during build
- #sed 's,if (EXISTS "${INSTALL_DIR}/${INSTALL_DIR_SCRIPT}/custom.${SCRIPT_EXT}"),if (0),g' -i CMakeLists.txt
-
- # fix for https://tracker.dev.opencascade.org/view.php?id=32328
- #sed 's,#include <TopoDS_Shape.hxx>,#include <TopoDS_Edge.hxx>\n#include <TopoDS_Shape.hxx>,g' -i src/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.hxx
}
build() {