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

PETSc failure on Windows with Julia 1.4+ #1611

Closed
simonbyrne opened this issue Aug 27, 2020 · 1 comment
Closed

PETSc failure on Windows with Julia 1.4+ #1611

simonbyrne opened this issue Aug 27, 2020 · 1 comment

Comments

@simonbyrne
Copy link
Contributor

simonbyrne commented Aug 27, 2020

Not sure what is going on, but this fails on GitHub Actions CI:

in expression starting at D:\a\PETSc.jl\PETSc.jl\src\lib.jl:30
PetscInitialize at C:\Users\runneradmin\.julia\artifacts\11ff68d5ef73bd715cf1d2ac322a742f0bd2bbfa\bin\libpetsc.dll (unknown line)
PetscInitializeNoArguments at C:\Users\runneradmin\.julia\artifacts\11ff68d5ef73bd715cf1d2ac322a742f0bd2bbfa\bin\libpetsc.dll (unknown line)

https://github.com/JuliaParallel/PETSc.jl/pull/99/checks?check_run_id=1038527677#step:6:38

To replicate, use

using PETSc
function initialize()
  ccall((:PetscInitializeNoArguments, libpetsc), Cint, ())
end
simonbyrne added a commit to JuliaParallel/PETSc.jl that referenced this issue Jul 15, 2021
This was failing with the old jlls (JuliaPackaging/Yggdrasil#1611), worth seeing if the new ones fix things.
@simonbyrne
Copy link
Contributor Author

simonbyrne commented Jul 15, 2021

The latest build (#3249) seems to work with Julia 1.6: JuliaParallel/PETSc.jl#148

jkozdon pushed a commit to JuliaParallel/PETSc.jl that referenced this issue Jul 15, 2021
This was failing with the old jlls (JuliaPackaging/Yggdrasil#1611), worth seeing if the new ones fix things.
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