Skip to content
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

Missing object from phcpy.phcpy2c3 #43

Open
Kgeorge1729 opened this issue Mar 24, 2021 · 0 comments
Open

Missing object from phcpy.phcpy2c3 #43

Kgeorge1729 opened this issue Mar 24, 2021 · 0 comments

Comments

@Kgeorge1729
Copy link

Kgeorge1729 commented Mar 24, 2021

I've recently been trying to use the function gpu_double_track to find the solutions to a system of polynomials but every time I call the function I keep getting an error message cannot import name py2c_gpu_manypaths_d'. After trying to rebuild phcpack with this object, we seem to be missing the static object file phcpy2cpath_d.so and this will not compile because the code is trying to call a few functions with two arguments instead of three. For example:

../Lib/phcpy2cpath_d.cpp: In function ‘PyObject* py2c_create_standard_homotopy_with_gamma(PyObject*, PyObject*)’: ../Lib/phcpy2cpath_d.cpp:491:53: error: too few arguments to function ‘int create_homotopy_with_given_gamma(double, double, int)’ 491 | fail = create_homotopy_with_given_gamma(g_re,g_im);

I've attached the the full build output below. Is this something that has been patched recently or am I trying to build the wrong module?
build.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant