gnu: vtk: Fix building on riscv64-linux.
* gnu/packages/image-processing.scm (vtk)[arguments]: Adjust configure-flags when building for riscv64-linux to link with '-latomic'.master
parent
259b2e99e7
commit
dffaf42e5e
|
@ -385,7 +385,10 @@ many popular formats.")
|
|||
"-DVTK_SMP_ENABLE_OPENNMP=ON"
|
||||
"-DVTK_SMP_ENABLE_TBB=ON"
|
||||
"-DVTK_USE_MPI=ON"
|
||||
)
|
||||
#$@(if (target-riscv64?)
|
||||
'("-DCMAKE_SHARED_LINKER_FLAGS=-latomic"
|
||||
"-DCMAKE_EXE_LINKER_FLAGS=-latomic")
|
||||
'()))
|
||||
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Reference in New Issue