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

example code does not run #26

Closed
eahenle opened this issue Feb 22, 2021 · 2 comments · Fixed by #27
Closed

example code does not run #26

eahenle opened this issue Feb 22, 2021 · 2 comments · Fixed by #27

Comments

@eahenle
Copy link

eahenle commented Feb 22, 2021

On both Julia 1.5.2 (Windows 10) and Julia 1.5.3 (Ubuntu 20), the example code given in the readme does not execute successfully. First, using TetGen: TetgenIO gives UndefVarError: TetGenIO not defined. Second, the call to Mesh does not run. On Windows, the REPL crashes with no error message; on Linux, the REPL hangs indefinitely with the message "double free or corruption (!prev)" Removing the maximum tetrahedron volume constraint allows the line to run.

@jlchan
Copy link
Contributor

jlchan commented Sep 7, 2021

On Mac with Julia 1.6.2, removing the using TetGen: TetgenIO line seems to make the example work. I'm not sure about the Mesh error.

@j-fu
Copy link
Member

j-fu commented Sep 10, 2021

See JuliaPackaging/Yggdrasil#3611 - once this gets merged, together with #27 this should work again.

@j-fu j-fu closed this as completed in #27 Sep 13, 2021
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

Successfully merging a pull request may close this issue.

3 participants