From 24abe96a294ac00d97380ee818608e80d9537b77 Mon Sep 17 00:00:00 2001
From: Olivier Farges <olivier.farges@univ-lorraine.fr>
Date: Sun, 2 Mar 2025 10:07:41 +0100
Subject: [PATCH] star-2d ok

---
 edix/packages/star-2d.scm | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/edix/packages/star-2d.scm b/edix/packages/star-2d.scm
index d229a96..3e1e4b5 100644
--- a/edix/packages/star-2d.scm
+++ b/edix/packages/star-2d.scm
@@ -28,23 +28,17 @@
               (sha256
                (base32 "11mvswcbdfnxf6zkpj9jgiqfjalknipbyppbpx27nrqrixqx7mah"))))
     (build-system gnu-build-system)
-    (native-inputs
-     (list pkg-config autoconf automake libtool embree-edix))
-    (inputs
-     (list gcc
-           gfortran
-           bash
-           gnu-make))
-    (propagated-inputs (list rsys))
+    (native-inputs (list pkg-config autoconf automake libtool gcc gnu-make))
+    (propagated-inputs (list rsys embree-edix))
     (arguments
    `(#:make-flags (list (string-append "CC=gcc" ))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure) 
          (delete 'check) 
-	(replace 'build
-		 (lambda* (#:key make-flags #:allow-other-keys)
-			  (invoke "make" (string-join make-flags " "))))
+	;(replace 'build
+	;	 (lambda* (#:key make-flags #:allow-other-keys)
+	;		  (invoke "make" (string-join make-flags " "))))
 	(replace 'install
 		 (lambda* (#:key outputs #:allow-other-keys)
 			  (let ((out (assoc-ref outputs "out")))
-- 
GitLab