config.cole.py
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 03 Dec 2006 22:38:34 -0500
changeset 2 b75a0599c75b
parent 0 d95020656286
permissions -rw-r--r--
Cleaned up AssertMsg in debug.h, and adjusted assertions in filtration.hpp

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'