Skip to content
Snippets Groups Projects

MNT: rename cluster to fsl-cluster to avoid naming conflicts with third party packages.

Merged Paul McCarthy requested to merge mnt/rename_cluster into master
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -4,7 +4,7 @@ PROJNAME = cluster
LIBS = -lfsl-warpfns -lfsl-meshclass -lfsl-basisfield -lfsl-newimage -lfsl-miscmaths -lfsl-NewNifti -lfsl-cprob -lfsl-utils -lfsl-znz
XFILES = smoothest cluster connectedcomp
XFILES = smoothest fsl-cluster connectedcomp
SCRIPTS = cluster2html
@@ -16,7 +16,10 @@ smoothest: smoothest.o
infertest: infertest.o infer.o
${CXX} ${CXXFLAGS} -o $@ $^ ${LDFLAGS}
cluster: cluster.o infer.o
# We name the binary "fsl-cluster"
# to avoid collision with the
# graphviz "cluster" command.
fsl-cluster: cluster.o infer.o
${CXX} ${CXXFLAGS} -o $@ $^ ${LDFLAGS}
connectedcomp: connectedcomp.o
Loading