Alexander Barth
Alexander Barth
It would be great to have functions from `Statistics` useable with distributed Dagger arrays. Currenly the function `sum` does work but the equivalent `mean` function produces the error below: ```julia...
It would be great if map could also be called with 2 or more distributed arrays as argument. Currently the fall-back map is used. ```julia @everywhere using DistributedArrays x =...
Unfortunately, the new NetCDF_jll v400.702.402+0 does not work on Windows (as far as I know Linux x86_64 and apple M1 are fine). The new version of NetCDF_jll was created in...
Unfortunately, there is an issue with my PR https://github.com/JuliaPackaging/Yggdrasil/pull/3620. The windows binary does not seem to work. The size of the library is also suspiciously small. Symbols like nc_inq_libvers are...
In Python and Matlab/Octave, the NetCDF variables scale_factor and add_offset are applied when these attributes are defined, according to this simple rule: variable2 = scale_factor * variable + add_offset As...
As a follow up of the discussion (https://github.com/Alexander-Barth/NCDatasets.jl/issues/79), I would like to know if unlimited dimensions (i.e. growable) could be supported by DiskArrays. I hope you it is OK for...
I am trying to install EzXML, but the installation process failed with the error: ``` Error: Error building `EzXML`: │ ERROR: LoadError: LibraryProduct(nothing, ["libxml2"], :libxml2, "Prefix(/home/ulg/gher/abarth/.julia/packages/EzXML/3U9Ow/deps/usr)") is not satisfied, cannot...
I have the following build.jl script which installs udunits2. ```julia using BinDeps using Conda @BinDeps.setup libudunits2 = library_dependency("libudunits2", aliases = ["udunits2","udunits"]) Conda.add_channel("conda-forge") provides(Conda.Manager, "udunits2", libudunits2) provides(AptGet, "libudunits2-dev", libudunits2, os =...
I just tried to run the example in the README.md with `MKLPardisoSolver`. I use MKLSparse v1.1.0 and Pardiso v0.5.1 in Julia 1.5.1. MKL is installed automatically by MKLSparse. Does somebody...
I am trying to provide a HDF5 binary for julia users. Julia's build tree uses cross-compilation from a x86_64-linux-musl build environment. When compiling HDF5 1.12.2 or current develop branch (33f6ade6e77ed85442f001fa32924127455aca39)...