-
Notifications
You must be signed in to change notification settings - Fork 42
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
clipper -h
fails after clean install
#86
Comments
It looks like Can you include a makefile and the build process in the install procedure? |
I build this some files from cython. Its fallen out of vogue now, but it
was how I got some important speed increases.
Gabriel Pratt
…On Fri, Jan 22, 2021 at 6:27 PM Hsuan-lin Her ***@***.***> wrote:
@mlovci <https://github.com/mlovci> @gpratt <https://github.com/gpratt> I
googled a bit and it seems .so files are executable files built from .c.
Correct me if I am wrong. I wonder do you have the original code? Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVIW2PAJAMEVEB3Q2C3WDS3IXYDANCNFSM4R7FEPZA>
.
|
Which Cython file is it from? Is it from peaksmodule.cc? And how can I make it platform compatible? thank you so much! |
yup,
As for how to make it platform compatible, I've got no idea.
Honestly you may have to re-write that code, not entirely sure how to fix
it these days.
Gabriel Pratt
…On Fri, Jan 22, 2021 at 6:36 PM Hsuan-lin Her ***@***.***> wrote:
Which Cython file is it from? Is it from peaksmodule.cc? And how can I
make it platform compatible?
thank you so much!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVIW4OOYZCPX4Z2T6Z23LS3IY33ANCNFSM4R7FEPZA>
.
|
The file
|
macos 10.15.6
Python 3.7.6
The text was updated successfully, but these errors were encountered: