Skip to content
Snippets Groups Projects
Verified Commit 24abe96a authored by FARGES Olivier's avatar FARGES Olivier
Browse files

star-2d ok

parent 57b8c7d5
Branches feat-refacto
No related tags found
No related merge requests found
......@@ -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")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment