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

star-2d ok

parent 57b8c7d5
No related branches found
No related tags found
No related merge requests found
...@@ -28,23 +28,17 @@ ...@@ -28,23 +28,17 @@
(sha256 (sha256
(base32 "11mvswcbdfnxf6zkpj9jgiqfjalknipbyppbpx27nrqrixqx7mah")))) (base32 "11mvswcbdfnxf6zkpj9jgiqfjalknipbyppbpx27nrqrixqx7mah"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs (list pkg-config autoconf automake libtool gcc gnu-make))
(list pkg-config autoconf automake libtool embree-edix)) (propagated-inputs (list rsys embree-edix))
(inputs
(list gcc
gfortran
bash
gnu-make))
(propagated-inputs (list rsys))
(arguments (arguments
`(#:make-flags (list (string-append "CC=gcc" )) `(#:make-flags (list (string-append "CC=gcc" ))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure) (delete 'configure)
(delete 'check) (delete 'check)
(replace 'build ;(replace 'build
(lambda* (#:key make-flags #:allow-other-keys) ; (lambda* (#:key make-flags #:allow-other-keys)
(invoke "make" (string-join make-flags " ")))) ; (invoke "make" (string-join make-flags " "))))
(replace 'install (replace 'install
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (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