We have fpc_x86 3.2.2 (and its build requirement fpc_bin 3.2.0).
No real need to keep other versions (in particular the 3.0.4 which
should not be x86_gcc2 anyway).
Seems parallel builds of Python can be a bit too much for lil' old
hoard2 in 32 bits. Let's see if this is enough for now.
(no rev-bump as 64 bits build went OK).
- 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.