Skip to content

Commit 7bbb4a8

Browse files
author
papadopo
committed
spm2-makefile.patch
Remove this patch! All the latest MEX files include spm_max.mex* / spm_clusters.mex* and spm_get_lm.mex* / spm_bwlabel.mex* are therefore overriden. My guess is that spm_get_lm.c / spm_bwlabel.c had been added to avoid recursion but did not work properly so spm_max.c / spm_clusters.c were put back to service. This would need to be clarified with someone from FIL. git-svn-id: https://svn.code.sf.net/p/spm2/code/trunk@38 05888fa5-3f6b-416b-901c-fe7d8d848dd3
1 parent 9522b52 commit 7bbb4a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ SPMMEX =\
120120
spm_add.$(SUF) spm_conv_vol.$(SUF) spm_render_vol.$(SUF)\
121121
spm_global.$(SUF) spm_resels_vol.$(SUF)\
122122
spm_atranspa.$(SUF) spm_list_files.$(SUF) spm_unlink.$(SUF)\
123-
spm_krutil.$(SUF) spm_project.$(SUF) spm_hist2.$(SUF) spm_get_lm.$(SUF)\
124-
spm_bwlabel.$(SUF) spm_bsplinc.$(SUF) spm_bsplins.$(SUF)\
123+
spm_krutil.$(SUF) spm_project.$(SUF) spm_hist2.$(SUF) spm_max.$(SUF)\
124+
spm_clusters.$(SUF) spm_bsplinc.$(SUF) spm_bsplins.$(SUF)\
125125
spm_bias_mex.$(SUF) spm_dilate.$(SUF) $(ADDED_MEX)
126126

127127
###############################################################################
@@ -287,9 +287,9 @@ spm_atranspa.$(SUF): spm_atranspa.c spm_sys_deps.h
287287

288288
spm_unlink.$(SUF): spm_unlink.c spm_sys_deps.h
289289

290-
spm_get_lm.$(SUF): spm_get_lm.c spm_sys_deps.h
290+
spm_max.$(SUF): spm_max.c spm_sys_deps.h
291291

292-
spm_bwlabel.$(SUF): spm_bwlabel.c spm_sys_deps.h
292+
spm_clusters.$(SUF): spm_clusters.c spm_sys_deps.h
293293

294294
spm_hist2.$(SUF): spm_hist2.c spm_sys_deps.h
295295

0 commit comments

Comments
 (0)