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

Precompile Issue #24

Closed
ValentinKaisermayer opened this issue Jun 18, 2024 · 4 comments · Fixed by #25
Closed

Precompile Issue #24

ValentinKaisermayer opened this issue Jun 18, 2024 · 4 comments · Fixed by #25
Labels
bug Something isn't working

Comments

@ValentinKaisermayer
Copy link

With Gurobi v1.3 im getting a precompile error, with v1.2.3 it works:

Failed to precompile Gurobi [2e9cd046-0924-5485-92f1-d5272153d98b] to "C:\\Users\\KaisermayerV\\.julia\\compiled\\v1.10\\Gurobi\\jl_4AA8.tmp".
ERROR: LoadError: InitError: IOError: chmod("C:\\Users\\KaisermayerV\\.julia\\packages\\DelaunayTriangulation\\04bDL\\test\\refinement\\refine_curve_bounded_example_11_multiply_connected_piecewise_linear_elliptical_bspline_piecewise_linear_catmull_bezier_piecewise_linear_circle_extra_points_1957263201006735060.png", 0o755): no such file or directory (ENOENT)
@odow odow transferred this issue from jump-dev/Gurobi.jl Jun 18, 2024
@odow
Copy link
Member

odow commented Jun 18, 2024

Now that I look closer, I'm not sure why I have dirname(dirname(artifact_dir)) in

chmod(dirname(dirname(artifact_dir)), 0o755; recursive = true)

@odow
Copy link
Member

odow commented Jun 18, 2024

If the tests pass on #25, can you try ] add Gurobi_jll#odow-patch-2?

@odow odow added the bug Something isn't working label Jun 18, 2024
@odow
Copy link
Member

odow commented Jun 18, 2024

Now I understand why #22 took 1 minute. We were changing the permission of every file in .julia!!! Oops.

@odow
Copy link
Member

odow commented Jun 18, 2024

I'm off to bed, but if you can confirm this is a fix, I'll sort a release tomorrow.

@odow odow closed this as completed in #25 Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants