File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
from distutils .core import setup
2
2
from distutils .extension import Extension
3
- from Cython .Distutils import build_ext
3
+ # from Cython.Distutils import build_ext
4
4
from Cython .Build import cythonize
5
5
import numpy
6
6
import os
30
30
MICRO_DIR = os .path .join (SRC_DIR , "micro" , "lib" )
31
31
BARYAKHTAR_DIR = os .path .join (MICRO_DIR , "baryakhtar" )
32
32
DEMAG_DIR = os .path .join (SRC_DIR , "common" , "dipolar" )
33
- USER_DIR = os .path .join (SRC_DIR , "user_ext" )
33
+ USER_DIR = os .path .join (SRC_DIR , "user" )
34
+ print (USER_DIR )
34
35
35
36
LOCAL_DIR = os .path .join (MODULE_DIR , "local" )
36
37
INCLUDE_DIR = os .path .join (LOCAL_DIR , "include" )
@@ -270,7 +271,6 @@ def glob_cfiles(path, excludes):
270
271
extra_compile_args = com_args ,
271
272
extra_link_args = com_link ,
272
273
),
273
-
274
274
]
275
275
276
276
setup (
You can’t perform that action at this time.
0 commit comments