[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: ldc: Add comment.
From: |
Danny Milosavljevic |
Subject: |
01/01: gnu: ldc: Add comment. |
Date: |
Wed, 21 Feb 2018 06:07:38 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 781d721a8285712ea3e2e9dddc860cc0d1fd4616
Author: Danny Milosavljevic <address@hidden>
Date: Wed Feb 21 12:07:13 2018 +0100
gnu: ldc: Add comment.
* gnu/packages/ldc.scm (ldc): Add comment.
---
gnu/packages/ldc.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index e86117b..aca2cab 100644
--- a/gnu/packages/ldc.scm
+++ b/gnu/packages/ldc.scm
@@ -235,6 +235,7 @@ bootstrapping more recent compilers written in D.")
(delete-file "tests/compilable/ctfe_math.d")
(delete-file "tests/debuginfo/nested_gdb.d")
(delete-file "tests/debuginfo/classtypes_gdb.d")
+ ;; the following tests requires AVX instruction set in the CPU.
(substitute* "tests/d2/dmd-testsuite/runnable/test_cdvecfill.d"
(("^// DISABLED: ") "^// DISABLED: linux64 "))
#t))