Closed jamesgardner1421 closed 3 years ago
Thanks for reporting, will try to take a look ASAP. I don't have a windows machine to test on, but can certainly enable Windows on the CI.
Attempted fix to build recipe for libcleri is at https://github.com/JuliaPackaging/Yggdrasil/pull/3507. I will update here once that's been merged and propagated through to ExtXYZ.jl. I think I shouldn't have to make a new release since it will automatically use the latest build of the libcleri_jll
package, but let's see.
Ok, that permissions problem is now fixed but I see the tests are failing on Windows due to differences in libc. I should be able to fix that later, then will make a patch release of this package.
CI now passing on Windows. If you confirm if fixes your problem I'll tag a new patch release.
Thanks again for reporting and very helpful investigations into what was going wrong.
Yep it's working for me now too. Thanks a lot!
Great - I've tagged v0.1.1
which should appear in the General registry shortly, so I'll close this issue. I think JuLIP should pick this up automatically since I didn't specify a particular version, but if not please re-open this.
I noticed this issue when attempting to use the latest version of JuLIP which no longer works on windows due to this package. The error I encounter is:
From what I understand dlopen cannot open the library since it has not been marked as executable. I checked the permissions for libcleri.dll in the windows tarball and it's
-rw-r--r--
whereas forlibextxyz.dll
it's-rwxr-xr-x
.There's been some discussion about this previously where they manually changed the permissions during the build with chmod but there was an update which is supposed to do this automatically. So here it should've been fixed automatically like with
libextxyz.dll
but for some reason it's not working?I noticed that the CI only runs on mac and linux so maybe windows support isn't intended? But if this could be fixed that would be great.