[Lunar-commits] <moonbase> opencascade: A version bump and a adjustments to the BUILD. This still needs
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Dec 14 08:45:15 CET 2011
commit 24ad290ddeb8d2c8ab3a91ab152efb188909b11b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Dec 14 02:45:15 2011 -0500
opencascade: A version bump and a adjustments to the BUILD. This still needs
some work.
---
zbeta/opencascade/BUILD | 9 ++++-----
zbeta/opencascade/DETAILS | 10 +++++-----
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/zbeta/opencascade/BUILD b/zbeta/opencascade/BUILD
index 536d304..4b7ab0b 100644
--- a/zbeta/opencascade/BUILD
+++ b/zbeta/opencascade/BUILD
@@ -1,14 +1,10 @@
(
- sedit "s@#include <OSD_MAllocHook.hxx>@#include <OSD_MAllocHook.hxx>\n#include <stdlib.h>@g" ros/src/OSD/OSD_MAllocHook.cxx &&
-
cd ros &&
export CFLAGS+=" -fpermissive" &&
export CXXFLAGS+=" -fpermissive" &&
- flags+=" $flags $OPTS" &&
-
if in_depends $MODULE ftgl ; then
sedit "s:FTFont.h:FTGL/ftgl.h:" inc/OpenGl_FontMgr.hxx src/OpenGl/OpenGl_FontMgr.hxx &&
sedit "s:FTGLTextureFont.h:FTGL/FTGLTextureFont.h:" src/OpenGl/OpenGl_FontMgr.cxx &&
@@ -26,9 +22,12 @@
sedit "s:FTGL.h:ftgl.h:g" configure &&
+ ./build_configure &&
+
./configure $flags --prefix=/usr \
--disable-debug \
- --enable-production &&
+ --enable-production \
+ $OPTS &&
default_make
diff --git a/zbeta/opencascade/DETAILS b/zbeta/opencascade/DETAILS
index 0faa604..a14c679 100644
--- a/zbeta/opencascade/DETAILS
+++ b/zbeta/opencascade/DETAILS
@@ -1,12 +1,12 @@
MODULE=opencascade
- VERSION=6.5.1
- SOURCE=OpenCASCADE651.tar.gz
+ VERSION=6.5.2
+ SOURCE=OpenCASCADE652.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL=http://files.opencascade.com/OCCT/OCC_6.5.1_release/
- SOURCE_VFY=sha1:4025ba07d2d4192d803e265614c72e5ae5b436ed
+ SOURCE_URL=http://files.opencascade.com/OCCT/OCC_6.5.2_release/
+ SOURCE_VFY=sha1:cbcf54d0f7f4615b4ca7ef86281cd1e622e0642b
WEB_SITE=http://www.opencascade.org/
ENTERED=20111213
- UPDATED=20111213
+ UPDATED=20111214
SHORT="Open Source alternative to proprietary 3D modeling kernels"
cat << EOF
More information about the Lunar-commits
mailing list