Erik Schnetter
Erik Schnetter
I noticed today that the package `MKL_jll` on macOS has `oneAPI_jll` as dependency. Since oneAPI is supported on macOS this jll is downloaded. However, MKL is not supported on macOS,...
Disable a test that disallows the name `PlatformSupport-*`, which prevents us from updating the `PlatformSupport` Yggdrasil images.
I installed `GDAL`, i.e. I ran ``` using JLLPrefixes prefix = expanduser("~/yggdrasil") artifact_paths = collect_artifact_paths(["GDAL_jll"]) deploy_artifact_paths(prefix, artifact_paths) ``` This installed several (at least 3) MPI implementations – MPICH, MPItrampoline, and...
I am building lz4 1.10.0 from source on an x86-linux-gnu system. The build aborts with ``` [13:52:29] cc -O3 -fPIC -I../lib -DXXH_NAMESPACE=LZ4_ -DNDEBUG -DLZ4IO_MULTITHREAD -pthread ../lib/lz4.o ../lib/lz4file.o ../lib/lz4frame.o ../lib/lz4hc.o ../lib/xxhash.o...
See https://github.com/yeesian/ArchGDAL.jl/issues/432.
I am interested in using the GDAL MDArray API from Julia. I've implemented some functionality on top of `GDAL.jl`, but that's tedious. I'm thinking of extending `ArchGDAL.jl` to support this....
I am using quoting to generate Julia code. The following is legal Julia code (that is executed correctly), but its display output is not legal Julia code. ```Julia julia> cond...
The `curl` web site offers a file `cacert.pem` for download. Spack should download and install it with `curl`. This prevents problems where HPC systems are outdated and don't keep their...
#### Description Update `wezterm` to a newer (not yet released) upstream version. Closes https://trac.macports.org/ticket/70833 . ###### Type(s) - [x] bugfix - [ ] enhancement - [ ] security fix ######...