config.metatron.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')

qt4_dir =				'/opt/qt4'
qt4_includes = 			qt4_dir + '/include'
qt4_libs = 				qt4_dir + '/lib'

CXX = 					'/home/dmitriy/bin/gfilt'