mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-lacaml: Do not build with "-march=native".
* gnu/packages/ocaml.scm (ocaml-lacaml)[origin]: Add 'snippet'. [properties]: New field.
This commit is contained in:
parent
a359f3a49c
commit
e86293d250
1 changed files with 5 additions and 1 deletions
|
@ -6925,7 +6925,11 @@ library FFTW.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"115535kphchh2a434b48b408x9794j8zzrsdmacsgqdsrgy3rck4"))))
|
"115535kphchh2a434b48b408x9794j8zzrsdmacsgqdsrgy3rck4"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet '(substitute* '("src/dune" "src/config/dune")
|
||||||
|
(("-march=native") "")))))
|
||||||
|
(properties '((tunable? . #t)))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No test target.
|
`(#:tests? #f)) ; No test target.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue