|
4 | 4 | from _version import __version__ |
5 | 5 |
|
6 | 6 | import re, os, sys, subprocess |
7 | | -import cython_gsl |
| 7 | +#import cython_gsl |
8 | 8 | import numpy as np |
9 | 9 |
|
10 | 10 | from distutils.core import setup |
|
72 | 72 | #extra_compile_args=["-g"], |
73 | 73 | #extra_link_args=["-g"], |
74 | 74 | ), |
75 | | - Extension("cobra_functions.random", |
76 | | - ["cobra_functions/random.pyx"], |
77 | | - include_dirs=[np.get_include(), cython_gsl.get_cython_include_dir()], |
78 | | - #extra_compile_args=["-g"], |
79 | | - #extra_link_args=["-g"], |
80 | | - library_dirs=[], libraries=["gsl", "gslcblas"], |
81 | | - ), |
| 75 | + #Extension("cobra_functions.random", |
| 76 | + #["cobra_functions/random.pyx"], |
| 77 | + #include_dirs=[np.get_include(), cython_gsl.get_cython_include_dir()], |
| 78 | + ##extra_compile_args=["-g"], |
| 79 | + ##extra_link_args=["-g"], |
| 80 | + #library_dirs=[], libraries=["gsl", "gslcblas"], |
| 81 | + #), |
82 | 82 | Extension("solvers.compute_potential_fgreenm2m", |
83 | 83 | ["solvers/compute_potential_fgreenm2m.pyx"], |
84 | 84 | include_dirs=[np.get_include()], library_dirs=[], libraries=["m"], |
|
0 commit comments