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

star-3d-enclosures ok

parent ab2f726b
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#:use-module (gnu packages bash) #:use-module (gnu packages bash)
#:use-module (gnu packages check) #:use-module (gnu packages check)
#:use-module (edix packages star-3d) #:use-module (edix packages star-3d)
#:use-module (edix packages embree-edix)
#:use-module (edix packages rsys)) #:use-module (edix packages rsys))
...@@ -29,23 +30,14 @@ ...@@ -29,23 +30,14 @@
(sha256 (sha256
(base32 "1jh0q1lmxc7lp820dzip5i18pr2h1ygsly5iss10593y95d58sj6")))) (base32 "1jh0q1lmxc7lp820dzip5i18pr2h1ygsly5iss10593y95d58sj6"))))
(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)) (inputs (list rsys star-3d embree-edix))
(inputs
(list gcc
gfortran
bash
gnu-make rsys star-3d
))
(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
(lambda* (#:key make-flags #:allow-other-keys)
(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")))
...@@ -55,3 +47,4 @@ ...@@ -55,3 +47,4 @@
(synopsis "Bibliothèque Star-enclosures-3d") (synopsis "Bibliothèque Star-enclosures-3d")
(description "Star-enclosures-3d") (description "Star-enclosures-3d")
(license (list gpl3+)))) (license (list gpl3+))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment