- Replaced some prefix spaces with tabs.
- Added pip instructions to the package description.
Just some non-functional changes to try and trigger a new build on
the x86_64 builder (might fail again if the work-dir still wasn't
manually cleaned).
* odin : add recipe
Semi-working recipe for Odin DEV-2025.4.
Still need to clarify :
- version is DEV-2025-4, not 2025.4, is it OK to stay with 2025.4 ?
- needs llvm17 or above : how do I handle that in the recipe?
* Update odin-2025.4.0.recipe
- Various corrections to requirements/prerequisites
- Add libs/shared files
* Finalize odin-2025.4.0.recipe
* Remove trailing spaces
* Update odin-2025.4.0.recipe
* Use of $commandBinDir instead of $binDir
* remove $secondaryArchSuffix fril cmd:odin declaration
Co-authored-by: Schrijvers Luc <begasus@gmail.com>
* mkdir $binDir -> mkdir -p $commandBinDir
* Update dev-lang/odin/odin-2025.4.0.recipe
* Update dev-lang/odin/odin-2025.4.0.recipe
---------
Co-authored-by: Schrijvers Luc <begasus@gmail.com>
* python3.14: new recipe.
First alpha release. Final 3.14.0 version expected next year.
Only tested unoptimized 64 bits builds so far.
* python3.14: update to alpha2. Works on 32 bits now!
* python3.14: update to alpha3.
* python3.14: update to alpha4.
Removed patch for `config.guess`, as it is now not needed.
* python3.14: update to alpha5.
* python3.14: make sure 'spawn' is used and not 'forkserver'.
* python3.14: update to alpha6.
* python3.14: update to alpha7.
* python3.14: update to 3.14.0 beta1.
Re-run the test suite on both bare-metal nightly 32 bits (hrev58812),
and beta5 64 bits under VMware, to double check which tests still hang
and which work.
Did my best to add some notes on possible causes for the failing ones.