Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I wish this could be preserved automatically but it seems to need manually re-adding everytime we regenerate the C file.
- Loading branch information
88a5d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the difference between the two? Because of the separator in Windows is
\
?Another solution is:
In this way, we may not need to modify the generated file manually anymore.
88a5d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch mentioned above will also benefits #135 since we don't need the workaround symbolic link directory
vendor/include/ta-lib
any more, which (as a unix symbolic link) is not supported on Windows.88a5d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrjbq7 BTW, why not remove the generated
.c
file from the git repository if we don't need to modify manually after the file is generated by Cython? The file is quite large, ~10 MB !Cython, as a setup requirements should be added to
setup_requires
and it will be installed automatically during the setup procedure: https://github.com/douban/libmc/blob/76c9bef/setup.py#L9488a5d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.