me
/
guix
Archived
1
0
Fork 0

gnu: insight-toolkit: Really disable '-mtune=native'.

* gnu/packages/image-processing.scm (insight-toolkit)[arguments]: Fix
typo in 'do-not-tune' phase.
Ludovic Courtès 2023-07-18 13:17:07 +02:00 committed by Ludovic Courtès
parent 08870dc3bc
commit b910dedff0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View File

@ -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)