The source project of this merge request has been removed.
gnuscripts/lalsuite_build.m4: merge LALSUITE_WITH_NVCC_CFLAGS macro into LALSUITE_WITH_CUDA()
Motivation: there doesn't seem to be a need to have a macro to set compiler flags for the CUDA compiler nvcc
separate from the main CUDA configuration macro LALSUITE_WITH_CUDA
. The patch also fixes a bug: NVCC_CFLAGS
is never declared with AC_SUBST
and therefore would have been ineffective anyway.
Edited by Karl Wette