While this worked fine on 32 bits, it failed with a corrupt file on
the 64 bits builder. Unsure if this is related to the use of parallel
build, or just another instance of those "corrupt files during compilation
that go away after a reboot" (as in https://dev.haiku-os.org/ticket/16951).
No rev-bump needed.
Added a note on the description regarding the need to uninstall the .hpkg pip/pip_python310 packages, if the users intend to use "upstream pip" (to avoid possible conflicts).
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>