mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
[merge] setup.py
This commit is contained in:
commit
6acf5dcfac
2 changed files with 6 additions and 5 deletions
5
setup.py
5
setup.py
|
|
@ -1,11 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import print_function
|
||||
import os
|
||||
import sys
|
||||
from setuptools import setup, Extension
|
||||
import numpy as np
|
||||
|
||||
|
||||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
||||
|
|
@ -22,7 +23,7 @@ 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.
|
||||
#Mac OS X Clang doesn't support OpenMP at the current time.
|
||||
#This detects if we are building on a Mac
|
||||
def ismac():
|
||||
platform = sys.platform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue