forked from SynoCommunity/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review content of crossenv to respect build vs cross. (SynoCommunity#…
…6437) * spksrc.requirement.mk: Unified method to process requirements files * Bump pakage versions to enforce github-action build processing * crossenv.mk: Basic unit testing functional - will fail to build * spksrc.wheel-*.mk: Complete REQUIREMENT removal to use WHEEL_URL * crossenv.mk: Revert to using $$(which ) to ensure full path * spk.mk: Include from top spk.mk the python-requirement.mk * py311-312: Convert crossenv requirement files to use build:cross * requirement.mk: Move include from spk to wheel-env.mk * crossenv: Allow non-build:cross def and use $* for dep install * py312-313: Move all $(TC_GCC) dependent wheels below python.mk * py311-313: Migrate crossenv definitions files to use build:cross * py312-313: Temporary disable numpy * python*.mk: Fix crossenv PATH definition * python: Remove dependencies to native/python3* pip environment * python313-wheels: greenlet < 3.1 no longer supported * crossenv|wheel-compile.mk: Adjust PATH to handle ENV and duplicates * update comment related to WHEELS initialization * fix build of llfuse wheel - add llfuse to python312-wheels and python313-wheels - use -std=gnu11 for gcc < 5 * python312: update to v3.12.9 * python313: update to v3.13.2 * exclude llfuse for python313 - llfuse wheel fails to build with python313 * python: Enable crossenv|wheel logs and avoid renaming manylinux * crossenv.mk: Remove the manylinux2014 option as unecessary * wheel-install.mk: No longer manage manylinux * wheel+crossenv: Fix log redirection for crossenv and wheel builds * deluge+python312-wheels: Remove package bump * python311-wheels: Remove package bump * wheel-compile.mk: Fix issue of first pure-python wheel being skipped * py312-313: Add atom with its crossenv definition * crossenv.mk: Add --machine flag to fix poetry resulting filemame * py313: Remove atom==0.10.5 as not compatible * wheel-compile.mk: Manage false-positive relatively to crossenv * crossenv.mk: Use TC_TARGET official arch definition triplet This allows for example to declare using gnuspe for using SPE (Signal Processing Engine) for instance for qoriq. * common.mk: Rename crossenv and wheel build logs for proper sorting --------- Co-authored-by: hgy59 <[email protected]>
- Loading branch information
Showing
44 changed files
with
638 additions
and
457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Python-3.12.8.tar.xz SHA1 8872c7a124c6970833e0bde4f25d6d7d61c6af6e | ||
Python-3.12.8.tar.xz SHA256 c909157bb25ec114e5869124cc2a9c4a4d4c1e957ca4ff553f1edc692101154e | ||
Python-3.12.8.tar.xz MD5 d46e5bf9f2e596a3ba45fc0b3c053dd2 | ||
Python-3.12.9.tar.xz SHA1 465d8a664e63dc5aa1f0d90cd1d0000a970ee2fb | ||
Python-3.12.9.tar.xz SHA256 7220835d9f90b37c006e9842a8dff4580aaca4318674f947302b8d28f3f81112 | ||
Python-3.12.9.tar.xz MD5 880942124f7d5c01e7b65cbad62dc873 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Python-3.13.1.tar.xz SHA1 4b0c2a49a848c3c5d611416099636262a0b9090f | ||
Python-3.13.1.tar.xz SHA256 9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9 | ||
Python-3.13.1.tar.xz MD5 80c16badb94ffe235280d4d9a099b8bc | ||
Python-3.13.2.tar.xz SHA1 e4949d999f28d6ad941e766b7dac09a74efbc912 | ||
Python-3.13.2.tar.xz SHA256 d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb56 | ||
Python-3.13.2.tar.xz MD5 4c2d9202ab4db02c9d0999b14655dfe5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.