diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2023-08-26 11:04:04 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-28 18:12:06 +0800 |
| commit | 4a49a89b09d07d96f4d6ef3c0ca93801370f7b20 (patch) | |
| tree | eb064d2bbe730140908f2fa8fa1a6d4bf166423d /gnu/packages/assembly.scm | |
| parent | 7533ed956c100a04d08a2537a4700eb9ecbcb987 (diff) | |
gnu: intel-xed: Update to 2023.08.21.
* gnu/packages/assembly.scm (intel-xed): Update to 2023.08.21.
[source]: Remove patches.
[native-inputs]: Remove tcsh. Update mbuild to 2022.07.28.
* gnu/packages/patches/intel-xed-fix-nondeterminism.patch: Remove file
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/assembly.scm')
| -rw-r--r-- | gnu/packages/assembly.scm | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 4494c475ce9..81e38c3f41f 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm | |||
| @@ -470,20 +470,18 @@ sets, both THUMB and ARM mode.") | |||
| 470 | (define-public intel-xed | 470 | (define-public intel-xed |
| 471 | (package | 471 | (package |
| 472 | (name "intel-xed") | 472 | (name "intel-xed") |
| 473 | (version "12.0.1") | 473 | (version "2023.08.21") |
| 474 | (source | 474 | (source |
| 475 | (origin | 475 | (origin |
| 476 | (method git-fetch) | 476 | (method git-fetch) |
| 477 | (uri (git-reference | 477 | (uri (git-reference |
| 478 | (url "https://github.com/intelxed/xed") | 478 | (url "https://github.com/intelxed/xed") |
| 479 | (commit version))) | 479 | (commit (string-append "v" version)))) |
| 480 | (sha256 (base32 "07zfff8zf29c2n0wal87hiqfq3cwcjn80zz78mz0nyjfj09nd39f")) | 480 | (sha256 (base32 "1zv99m5h3n3w6jcpplznq030s5mlwg5llz3vgfwpfl5l8laz1032")) |
| 481 | (file-name (git-file-name name version)) | 481 | (file-name (git-file-name name version)))) |
| 482 | (patches (search-patches "intel-xed-fix-nondeterminism.patch")))) | ||
| 483 | (build-system gnu-build-system) | 482 | (build-system gnu-build-system) |
| 484 | (native-inputs | 483 | (native-inputs |
| 485 | `(("python" ,python-wrapper) | 484 | `(("python" ,python-wrapper) |
| 486 | ("tcsh" ,tcsh) | ||
| 487 | ;; As of the time of writing this comment, mbuild does not exist in the | 485 | ;; As of the time of writing this comment, mbuild does not exist in the |
| 488 | ;; Python Package Index and seems to only be used by intel-xed, so we | 486 | ;; Python Package Index and seems to only be used by intel-xed, so we |
| 489 | ;; opt to include it here instead of packaging separately. Note also | 487 | ;; opt to include it here instead of packaging separately. Note also |
| @@ -491,15 +489,15 @@ sets, both THUMB and ARM mode.") | |||
| 491 | ;; reference the "version" variable from setup.py instead. | 489 | ;; reference the "version" variable from setup.py instead. |
| 492 | ("mbuild" | 490 | ("mbuild" |
| 493 | ,(let ((name "mbuild") | 491 | ,(let ((name "mbuild") |
| 494 | (version "0.2496")) | 492 | (version "2022.07.28")) |
| 495 | (origin | 493 | (origin |
| 496 | (method git-fetch) | 494 | (method git-fetch) |
| 497 | (uri (git-reference | 495 | (uri (git-reference |
| 498 | (url "https://github.com/intelxed/mbuild") | 496 | (url "https://github.com/intelxed/mbuild") |
| 499 | (commit "3de3f0d753c11dbe634bec611d4cc13f74768e4f"))) | 497 | (commit (string-append "v" version)))) |
| 500 | (sha256 | 498 | (sha256 |
| 501 | (base32 | 499 | (base32 |
| 502 | "0z8hdhpmk8y5c9429p2yns9daswnffbprni9czkq3vij8f58lkg4")) | 500 | "0rc9xp202yqw42bwgylwxvfvjr1crdl50qvv8vzfczyvlf4wflcx")) |
| 503 | (file-name (git-file-name name version))))))) | 501 | (file-name (git-file-name name version))))))) |
| 504 | (outputs '("out" "lib")) | 502 | (outputs '("out" "lib")) |
| 505 | (arguments | 503 | (arguments |
| @@ -585,5 +583,3 @@ intrinsics as defined in the @file{arm_neon.h} header and x86 SSE (up to | |||
| 585 | SSE4.2) intrinsic functions as defined in corresponding x86 compilers headers | 583 | SSE4.2) intrinsic functions as defined in corresponding x86 compilers headers |
| 586 | files.") | 584 | files.") |
| 587 | (license license:bsd-2)))) | 585 | (license license:bsd-2)))) |
| 588 | |||
| 589 | |||
