guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: spirv-tools: Remove GCC7 input.


From: guix-commits
Subject: 02/06: gnu: spirv-tools: Remove GCC7 input.
Date: Tue, 2 Jul 2019 17:48:51 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 9f74ec98d34465770faec5a32685aaaee913f0bf
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 2 23:08:12 2019 +0200

    gnu: spirv-tools: Remove GCC7 input.
    
    * gnu/packages/vulkan.scm (spirv-tools)[native-inputs]: Remove GCC-7.
    [arguments]: Remove <#:phases>.
---
 gnu/packages/vulkan.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index c16535f..160d261 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -32,7 +32,6 @@
   #:use-module (gnu packages check)
   #:use-module (gnu packages cmake)
   #:use-module (gnu packages freedesktop)
-  #:use-module (gnu packages gcc)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages pkg-config)
@@ -96,18 +95,10 @@ and for the GLSL.std.450 extended instruction set.
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; FIXME: Tests fail.
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'configure 'fixgcc7
-           (lambda _
-             (unsetenv "C_INCLUDE_PATH")
-             (unsetenv "CPLUS_INCLUDE_PATH")
-             #t)))
        #:configure-flags (list (string-append "-DSPIRV-Headers_SOURCE_DIR="
                                (assoc-ref %build-inputs "spirv-headers")))))
     (inputs `(("spirv-headers" ,spirv-headers)))
-    (native-inputs `(("gcc" ,gcc-7)
-                     ("pkg-config" ,pkg-config)
+    (native-inputs `(("pkg-config" ,pkg-config)
                      ("python" ,python)))
     (home-page "https://github.com/KhronosGroup/SPIRV-Tools";)
     (synopsis "API and commands for processing SPIR-V modules")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]