-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use option -std=c99 or -std=gnu99 to compile your code #3
Comments
Hi Cameron, Can you try modifying the Lines 34 to 38 in 27db25c
To instead be ext_modules = [Extension(
'fastmmap',
sources = ['capy/fastmmap.c'],
include_dirs = [np.get_include()],
extra_compile_args = ["-std=c99"],
)] Thanks, |
Hi Julian, Thanks for the quick response. That lifted up the initial roadblock and now I'm tussling with additional dependencies related to I will update if I run into any issues or when it is fully resolved. Best, Cameron |
Please let me know what other roadblocks you encounter, and we can make a PR to amend |
Hi Julian, Another stumbling block you may have a better view into. I've added It appears that there are some issues related to
Additional information into how I'm building the environment. Building CApy as a dependency for https://github.com/yizhak-lab-ccg/RNA_MUTECt_WMN
|
Hello,
I am trying to install CApy into my conda environment and am running into issues.
Install command:
python setup.py install
Command output:
Conda environment:
Best,
Cameron
The text was updated successfully, but these errors were encountered: