No description
- Julia 85.5%
- Shell 14.5%
## [1.2.0-pre.14](https://git.aquila-consortium.org/Aquila-Consortium/JuBorg.jl/compare/v1.2.0-pre.13...v1.2.0-pre.14) (2026-06-06) ### Bug Fixes * add more borg error propagation ([ |
||
|---|---|---|
| .forgejo/workflows | ||
| build-tools | ||
| examples | ||
| src | ||
| test | ||
| .gitignore | ||
| .releaserc.json | ||
| CHANGELOG.md | ||
| Manifest.toml | ||
| package-lock.json | ||
| package.json | ||
| Project.toml | ||
| README.md | ||
| VERSION.txt | ||
JuBorg.jl
JuBorg.jl is the official Julia binding package for the
BORG
infrastructure for cosmological inference with voxel/pixel based likelihood. It
binds with the BORG library and is also the backend for hades_julia when
running in embedded mode.
Installation
Compile and install BORG according to the instruction. If unspecified, and not
running in a conda or virtual environment, it is installed in the install/
subdirectory of the source directory, that we will call $SRCDIR here. You
have to define LIBBORG_PATH=$SRCDIR/install/lib.
Install Julia, launch julia -tauto (for
multithreading) and run:
using Pkg; Pkg.add("https://git.aquila-consortium.org/Aquila-Consortium/JuBorg.jl")