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

star-enclosures-2d ok

parent 24abe96a
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
(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")))
......
...@@ -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-2d) #:use-module (edix packages star-2d)
#:use-module (edix packages embree-edix)
#:use-module (edix packages rsys)) #:use-module (edix packages rsys))
(define-public star-enclosures-2d (define-public star-enclosures-2d
...@@ -26,30 +27,20 @@ ...@@ -26,30 +27,20 @@
(url "https://gitlab.com/meso-star/star-enclosures-2d.git") (url "https://gitlab.com/meso-star/star-enclosures-2d.git")
(commit "0.6"))) (commit "0.6")))
(sha256 (sha256
(base32 "0jh6rznhpcsba47bcp4zmqhynmgsqaasz20qj1fzajwrc11nzzyn")))) (base32 "1pdm69fbwh8i0qg54b75bkw0yyl19w2di7l775anrigh43q5w3b6"))))
(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)) (propagated-inputs (list gcc rsys star-2d embree-edix))
(inputs
(list gcc
gfortran
bash
gnu-make rsys star-2d
))
(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")))
(invoke "make" "install" (string-append "PREFIX=" out)))))))) (invoke "make" "install" (string-append "PREFIX=" out))))))))
(home-page "https://meso-star.com/star-enclosures-2d") ;; Remplacez avec le bon lien (home-page "https://meso-star.com/star-enclosures-2d") ;; Remplacez avec le bon lien
(synopsis "Bibliothèque Star-enclosures-2d") (synopsis "Bibliothèque Star-enclosures-2d")
(description "Star-enclosures-2d") (description "Star-enclosures-2d")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment