Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
BinaryBuilder.jl Alternatives
Similar projects and alternatives to BinaryBuilder.jl
-
-
functorch
functorch is JAX-like composable function transforms for PyTorch.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
-
jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
glibc_version_header
Build portable Linux binaries without using an ancient distro
-
-
OffsetArrays.jl
Fortran-like arrays with arbitrary, zero or negative starting indices.
-
StarWarsArrays.jl
Arrays indexed as the order of Star Wars movies
-
spack
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
-
StaticTools.jl
Enabling StaticCompiler.jl-based compilation of (some) Julia code to standalone native binaries by avoiding GC allocations and llvmcall-ing all the things!
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
winget-cli
WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
-
-
-
osxcross
Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
BinaryBuilder.jl reviews and mentions
-
Is Julia suitable today as a scripting language?
There are some efforts and the startup times are getting better with every release and there's BinaryBuilder.jl.
-
Because cross-compiling binaries for Windows is easier than building natively
There is the Julia package https://github.com/JuliaPackaging/BinaryBuilder.jl which creates an environment that fakes being another, but with the correct compilers and SDKs . It's used to build all the binary dependencies
-
Discussion Thread
https://binarybuilder.org/. You can do it manually obviously, but this is easier.
-
PyTorch: Where we are headed and why it looks a lot like Julia (but not exactly)
> The main pain point is probably the lack of standard, multi-environment packaging solutions for natively compiled code.
Are you talking about something like BinaryBuilder.jl[1], which provides native binaries as julia-callable wrappers?
--
-
What to do about GPU packages on PyPI?
Julia did that for binary dependencies for a few years, with adapters for several linux platforms, homebrew, and for cross-compiled RPMs for Windows. It worked, to a degree -- less well on Windows -- but the combinatorial complexity led to many hiccups and significant maintenance effort. Each Julia package had to account for the peculiarities of each dependency across a range of dependency versions and packaging practices (linkage policies, bundling policies, naming variations, distro versions) -- and this is easier in Julia than in (C)Python because shared libraries are accessed via locally-JIT'd FFI, so there is no need to eg compile extensions for 4 different CPython ABIs (Julia also has syntactic macros which can be helpful here).
To provide a better experience for both package authors and users, as well as reducing the maintenance burden, the community has developed and migrated to a unified system called BinaryBuilder (https://binarybuilder.org) over the past 2-3 years. BinaryBuilder allows targeting all supported platforms with a single build script and also "audits" build products for common compatibility and linkage snafus (similar to some of the conda-build tooling and auditwheel). There was a nice talk at AlpineConf recently (https://alpinelinux.org/conf/) covering some of this history and detailing BinaryBuilder, although I'm not sure how to link into the video.
All that to say: it can work to an extent, but it has been tried various times before. The fact that conda and manylinux don't use system packages was not borne out of inexperience, either. The idea of "make binaries a distro packager's problem" sounds like a simplifying step, but that doesn't necessarily work out.
-
A note from our sponsor - SonarQube
www.sonarqube.org | 25 Sep 2023
Stats
JuliaPackaging/BinaryBuilder.jl is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of BinaryBuilder.jl is Julia.
Popular Comparisons
- BinaryBuilder.jl VS functorch
- BinaryBuilder.jl VS HTTP.jl
- BinaryBuilder.jl VS Yggdrasil
- BinaryBuilder.jl VS dh-virtualenv
- BinaryBuilder.jl VS RDKit
- BinaryBuilder.jl VS mxe
- BinaryBuilder.jl VS jax
- BinaryBuilder.jl VS StarWarsArrays.jl
- BinaryBuilder.jl VS OffsetArrays.jl
- BinaryBuilder.jl VS tensorflow