Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] Re: [RENDER] cmake "MACHINE MATCHES"


Chronological Thread 
  • From: Aaron Knoll <knolla@cs.utah.edu>
  • To: James Bigler <bigler@cs.utah.edu>
  • Cc: manta@sci.utah.edu
  • Subject: [MANTA] Re: [RENDER] cmake "MACHINE MATCHES"
  • Date: Tue, 23 May 2006 19:21:10 -0600

Thanks James  - that's what I needed to know :)

BTW - I added a BrickArray3 to manta in Model/MiscObjects; but maybe it should go in SCIRun/Core/Containers ?

-Aaron

On May 23, 2006, at 4:47 PM, James Bigler wrote:

BTW, to see any variable you can do something like this:

MESSAGE("MACHINE: " ${MACHINE})

James

James Bigler wrote:
Try looking in builddir/CMakeFiles/CMakeSystem.cmake
muzzle.sci says:
SET(CMAKE_SYSTEM "Linux-2.6.11.4-21.10-smp")
SET(CMAKE_SYSTEM_NAME "Linux")
SET(CMAKE_SYSTEM_VERSION "2.6.11.4-21.10-smp")
SET(CMAKE_SYSTEM_PROCESSOR "i686")
SET(CMAKE_SYSTEM_LOADED 1)
A mac from the VSC says:
SET(CMAKE_SYSTEM "Darwin-8.2.0")
SET(CMAKE_SYSTEM_NAME "Darwin")
SET(CMAKE_SYSTEM_VERSION "8.2.0")
SET(CMAKE_SYSTEM_PROCESSOR "powerpc")
SET(CMAKE_SYSTEM_LOADED 1)
James
Aaron Knoll wrote:
I noticed in cmake there are strings for various machine types. For example, I see:

IF (MACHINE MATCHES "ppc970")

Anyone know how I find the machine string corresponding to my architecture?

Thanks!

Aaron





  • [MANTA] Re: [RENDER] cmake "MACHINE MATCHES", Aaron Knoll, 05/23/2006

Archive powered by MHonArc 2.6.16.

Top of page