def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
__version__ = read("GPy/VERSION")
//Mac OS X Clang doesn"t support OpenMP th the current time.
//This detects if we are building on a Mac
def ismac():
After Change
return open(os.path.join(os.path.dirname(__file__), fname)).read()
version_dummy = {}
exec(read("GPy/__version__.py"), version_dummy)
__version__ = version_dummy["__version__"]
del version_dummy
//Mac OS X Clang doesn"t support OpenMP th the current time.
//This detects if we are building on a Mac