Erik Schnetter
Erik Schnetter
To be clear: I do provide `ZFP_DIR`, and conduit still doesn't find the library. I point `ZFP_DIR` to `/usr`. The zfp include files are in `/usr/include`, but the zfp libraries...
I'd also be happy to specify `ZFP_INCLUDE_DIR` AND `ZFP_LIBRARY_DIR` separately.
@giordano @IanButterworth Please retrigger the build, there was a spurious failure.
This fails because there is a test using `Revise`, and `Revise` does not have a correct list of all Julia stdlibs. `Revise` does not know about `PCRE2_jll` nor about `Zlib_jll`,...
`Revise` has been updated in PR https://github.com/timholy/Revise.jl/pull/930. Please retrigger the build.
The Windows build failure is spurious; can you restart that job?
This is the current problem: ``` From worker 12: ┌ Warning: Dependency mismatch From worker 12: │ jll = "LibGit2_jll" From worker 12: │ library = "libgit2" From worker 12:...
The regex for the Windows case in `base/binaryplatforms.jl` looks fishy: ``` dlregex = r"^(.*?)(?:-((?:[\.\d]+)*))?\.dll$"isa ``` It contains the subexpression `(?:[\.\d]+)*`. This allows an arbitrary sequence of dots, and digits. This...
@IanButterworth There were no dependency issues, this was a problem in Julia stripping dash suffixes from library names on Windows. My recent commit added a work-around.
The build error on Windows looks like a spurious problem. Can you restart that build?