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

debug star-3d

parent 8874da37
Branches
No related tags found
No related merge requests found
...@@ -43,18 +43,6 @@ ...@@ -43,18 +43,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 'build
; (lambda* (#:key make-flags #:allow-other-keys)
; (begin
; (format #t "Running: make ~a~%" make-flags)
; (apply invoke "make" make-flags))))
; (replace 'install
; (lambda* (#:key outputs #:allow-other-keys)
; (let ((out (assoc-ref outputs "out")))
; (invoke "make" "install" (string-append "PREFIX=" out))))))))
(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 " "))))
...@@ -80,7 +68,7 @@ ...@@ -80,7 +68,7 @@
(format #t "Version: 0.10~%") (format #t "Version: 0.10~%")
(format #t "Cflags: -I${includedir}~%") (format #t "Cflags: -I${includedir}~%")
(format #t "Libs: -L${libdir} -lstar-3d~%"))))))) (format #t "Libs: -L${libdir} -lstar-3d~%")))))))
))) ))
(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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment