-
Reported as https://discourse.julialang.org/t/jump-moi-wrapper-interface-problem/121776/5
```Julia
julia> import MathOptInterface as MOI
julia> model = MOI.Utilities.Model{Float64}()
MOIU.Mode…
odow updated
40 minutes ago
-
It would be great to be able to use DIPLib in Julia.
I'd recommend having no dependency on the current Image library of Julia and just use the regular `AbstractArray` as the data type.
-
I am trying to re-generate the wrappers for [XRootD.jl](https://github.com/JuliaHEP/XRootD.jl) with version v0.16.0 of CxxWrap and version v0.13.2 of libcxxwrap_julia_jll. I can build successfully t…
-
Currently, the way we build this package is that opencv and opencv-contrib are both recipes in the Yggdrasil repo. The code in contrib generates the wrappers for the Julia package.
It probably woul…
-
It would be nice to have wrappers for the Julia language (http://julialang.org). Is anyone actively working on it or is it at least a planned feature? Calling C code from Julia is supposed to be strai…
-
With Julia 0.4 finally out, now it makes sense to develop a wrapper.
-
I tried to install Julia 1.10 via the easyconfig. I used curl to download the current easyconfig file and the new julia.wrapper file. The sanity checks fail saying
```
== 2024-07-08 16:06:47,294 bui…
-
Hi
Since we [SLIM]() work a lot in julia and some external user could be interested, I have created a julia native wrapper for rsf which consist of:
- `RSF_jll` a Julia binary library with rsf l…
-
Rasters.jl promises fast handling of GeoTiff imagery (much faster than RasterIO in python) https://github.com/rafaqz/Rasters.jl
Proj.jl is the Julia version of PyProj: a wrapper to the PROJ C libr…
-
### Description
In the current setup, two yaml files to run CI tests are generated
- `Test.yml`: Runs on multiple OSs and julia versions (assuming the user chooses to do so of course)
- `TestOnPR…