Package: fsl / 4.1.6-4

Metadata

Package Version Patches format
fsl 4.1.6-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tcl_shell_spec | (download)

src/misc_tcl/Runtcl | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 specific the tcl interpreter.

gdc_bugfix | (download)

src/libvis/miscplot.cc | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 compatibility with the debian gdchart package code.

missing_newline | (download)

extras/build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cosmetics.

debian_webhelp | (download)

src/misc_tcl/webhelp.tcl | 11 4 + 7 - 0 !
1 file changed, 4 insertions(+), 7 deletions(-)

 debian browser config.
 On Debian systems we don't have to guess the browser.

gcc_compat | (download)

src/fabber/tools.cc | 1 1 + 0 - 0 !
src/possum/possumfns.h | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 patch to allow building with recent gcc versions

fix_bashisms | (download)

src/possum/possumX | 2 1 + 1 - 0 !
src/possum/possumX_postproc.sh | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix bashisms in the code.

debian_sge | (download)

src/fdt/bedpostx | 47 30 + 17 - 0 !
src/fdt/fdt.tcl | 13 10 + 3 - 0 !
src/misc_tcl/fslstart.tcl | 7 6 + 1 - 0 !
src/possum/possumX | 11 8 + 3 - 0 !
src/sgeutils/fsl_sub | 90 38 + 52 - 0 !
5 files changed, 92 insertions(+), 76 deletions(-)

 out-of-the-box compatibility with debian's sge
 Moreover, the patch established the env variable FSLPARALLEL as a uniform
 trigger for cluster-based processing in FSL. If set, jobs are submitted to
 SGE, if not, not.

debian_build_cfg | (download)

config/common/rules.mk | 4 2 + 2 - 0 !
config/common/vars.mk | 19 11 + 8 - 0 !
config/default.mk | 5 3 + 2 - 0 !
extras/src/cprob/Makefile | 11 5 + 6 - 0 !
src/bint/Makefile | 6 3 + 3 - 0 !
src/fdt/Makefile | 2 1 + 1 - 0 !
src/fslio/Makefile | 6 3 + 3 - 0 !
src/fslio/fslio.h | 4 2 + 2 - 0 !
src/libhfunc/Makefile | 8 4 + 4 - 0 !
src/libvis/Makefile | 8 4 + 4 - 0 !
src/melodic/Makefile | 2 1 + 1 - 0 !
src/meshclass/Makefile | 6 3 + 3 - 0 !
src/miscmaths/Makefile | 6 3 + 3 - 0 !
src/mm/Makefile | 6 3 + 3 - 0 !
src/newimage/Makefile | 6 3 + 3 - 0 !
src/newimage/newimage.h | 2 1 + 1 - 0 !
src/shapeModel/Makefile | 6 3 + 3 - 0 !
src/utils/Makefile | 6 2 + 4 - 0 !
18 files changed, 57 insertions(+), 56 deletions(-)

 debian build setup and shared libraries
 This patch turns all private FSL libraries into shared libs.