Benjamin Naecker

Results 19 comments of Benjamin Naecker

A related question, actually, is around the string variant. Why does `Value::String` use a `Arc`? What is the motivation for the extra heap-allocations these types require?

Don't worry about the commits, we will squash them all at merge time. (But yes, rebase is a good strategy for keeping clean commit history!) I'm not too concerned with...

I'm glad you're interested in the project. I hope it's useful once you get it installed! The error with Python 3 means that the extension module did not correctly link...

If you have the library correctly installed and its directory is in the config file, the compiler must not be linking to it. What is the exact output of building...

That's really odd. The `-llapacke` flag is specified, which means the compiler should error out if that library cannot be found. Yet it's clearly not linking to the library as...

And what if you just try `/usr/bin/python3 build_ext`? What is the output of that? Is the `-llapacke` flag part of the compile command? Does the extension module (`_gsvd.cpython-35m-x86_64-linux-gnu.so`) have the...

The file is in Linux’s ELF format, which is how executables and libraries are stored on disk. Those strings are stored inside the are just error messages that some routines...

That looks ok to me, I’m starting to think your system has a somehow messed up installation of LAPACK. Does your version of LAPACK actually implement the GSVD? If you...

@jacklovell Thanks for filing the issue. I'll take a look, and try to fix it soon. This has to do with how LAPACK returns the computed arrays, with singular values...

Hi @sheyu921! Sorry to hear you're having trouble. Could you please provide details of: - The platform you're using - How you built the package - The output of running...