mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: insight-toolkit: Really disable '-mtune=native'.
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]: Fix typo in 'do-not-tune' phase.
This commit is contained in:
parent
08870dc3bc
commit
b910dedff0
1 changed files with 1 additions and 2 deletions
|
@ -1296,8 +1296,7 @@ libraries designed for computer vision research and implementation.")
|
|||
(add-after 'unpack 'do-not-tune
|
||||
(lambda _
|
||||
(substitute* "CMake/ITKSetStandardCompilerFlags.cmake"
|
||||
(("-mute=native") ""))
|
||||
#t)))))
|
||||
(("-mtune=native") "")))))))
|
||||
(inputs
|
||||
`(("eigen" ,eigen)
|
||||
("expat" ,expat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue