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

Newest version on Linux? #23

Open
chakravala opened this issue Nov 3, 2020 · 3 comments
Open

Newest version on Linux? #23

chakravala opened this issue Nov 3, 2020 · 3 comments

Comments

@chakravala
Copy link

You mentioned that Mac/Windows users have trouble building the latest version, if this is not an issue for Linux, can Linux users get the latest version?

@robertdj
Copy link
Owner

robertdj commented Nov 3, 2020

Well, the Fortran code compiles on Linux and so it should be possible to call the latest version of the Fortran code on Linux. I recall trying without problems.

However, the signature of the called Fortran function has changed slightly over the years, so unfortunately it's not possible to simply swap one version of the Fortran build with another. I'm in the middle of an update of some other internals of Deldir, but let me look into this afterwards.

Are you missing anything in particular?

@chakravala
Copy link
Author

I'm just curious, that's all

@robertdj
Copy link
Owner

robertdj commented Nov 5, 2020

Looking further into this issue I find one problem in the later versions of the Fortran code: It needs to link against libraries shipped with R because it calls certain functions when encountering errors that give proper error messages inside R.

So if a point set is nice and the Fortran code runs without errors it seems to work. But if the Fortran tries to signal an error I get segfaults in Julia.

I don't have a solution for this currently, but I'll keep the issue open.

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

No branches or pull requests

2 participants