Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1465 - in trunk: CMake SwigInterface


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1465 - in trunk: CMake SwigInterface
  • Date: Wed, 11 Jul 2007 16:04:51 -0600 (MDT)

Author: abe
Date: Wed Jul 11 16:04:50 2007
New Revision: 1465

Modified:
   trunk/CMake/ConfigCompilerFlags.cmake
   trunk/SwigInterface/mantainterface.i
Log:



Removed Kentsfield flag for my QX6700 (it causes error on gcc)
M    CMake/ConfigCompilerFlags.cmake

Added Mesh.h
M    SwigInterface/mantainterface.i


Modified: trunk/CMake/ConfigCompilerFlags.cmake
==============================================================================
--- trunk/CMake/ConfigCompilerFlags.cmake       (original)
+++ trunk/CMake/ConfigCompilerFlags.cmake       Wed Jul 11 16:04:50 2007
@@ -145,7 +145,7 @@
       IF(MODEL EQUAL 15) # (F)
 
         # This is likely a Core 2
-        APPEND_TO_STRING(GCC_ARCH "kentsfield") # QX6700
+        # APPEND_TO_STRING(GCC_ARCH "kentsfield") # QX6700
         APPEND_TO_STRING(GCC_ARCH "nocona")
         APPEND_TO_STRING(GCC_ARCH "prescott")
 

Modified: trunk/SwigInterface/mantainterface.i
==============================================================================
--- trunk/SwigInterface/mantainterface.i        (original)
+++ trunk/SwigInterface/mantainterface.i        Wed Jul 11 16:04:50 2007
@@ -401,8 +401,11 @@
 
 %{
 #include <Model/Groups/Group.h>
+#include <Model/Groups/Mesh.h>
 %}
 %include <Model/Groups/Group.h>
+%include <Model/Groups/Mesh.h>
+
 
 /////////////////////////////////////////////////
 // GLM.




  • [MANTA] r1465 - in trunk: CMake SwigInterface, abe, 07/11/2007

Archive powered by MHonArc 2.6.16.

Top of page