File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ def finalize_options(self):
175
175
cmake_opts .extend (self .define )
176
176
cmake_build_type [0 ] = self .build_type
177
177
cmake_opts .extend ([('PYTHON_INSTALL_PATH' , path .join (os .getcwd (), self .install_platlib ))])
178
- cmake_opts .extend ([('PYTHON_INSTALL_HEADER_PATH' ,
179
- path .join (os .getcwd (), self .install_headers ))])
178
+ # cmake_opts.extend([('PYTHON_INSTALL_HEADER_PATH',
179
+ # path.join(os.getcwd(), self.install_headers))])
180
180
181
181
def cmake_install (self ):
182
182
source_dir = path .dirname (path .realpath (__file__ ))
Original file line number Diff line number Diff line change 1
- #include < symengine/ pywrapper.h>
1
+ #include " pywrapper.h"
2
2
3
3
#if PY_MAJOR_VERSION >= 3
4
4
#define PyInt_FromLong PyLong_FromLong
You can’t perform that action at this time.
0 commit comments