config/cole.py
author Dmitriy Morozov <morozov@cs.duke.edu>
Sat, 16 Dec 2006 15:34:46 -0500
changeset 4 c1be260ad990
parent 3 76a2c73ecbbf
permissions -rw-r--r--
Split OrderList into OrderList and ConsistencyList. Made efficient insertions possible.

import os

cgal_path = 			os.environ.get('CGAL_DIR')
cgal_architecture =		os.environ.get('CGAL_ARCHITECTURE')

INCPATH =				'/auto/sst/include'
LIBPATH =				'/auto/sst/lib'

qt4_includes = 			'/auto/sst/include'
qt4_libs =				'/auto/sst/lib'

CXX = 					'/home/home2/morozov/bin/gfilt'