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

debug star-3d

parent 2b79c1c4
No related branches found
No related tags found
No related merge requests found
...@@ -65,8 +65,7 @@ ...@@ -65,8 +65,7 @@
(arguments (arguments
`(#:make-flags '("CC=gcc") `(#: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)
...@@ -82,7 +81,10 @@ ...@@ -82,7 +81,10 @@
(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-3d") ;; Remplacez avec le bon lien (home-page "https://meso-star.com/star-3d") ;; Remplacez avec le bon lien
(synopsis "Bibliothèque Star-3D") (synopsis "Bibliothèque Star-3D")
(description "Star-3D") (description "Star-3D")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment