add conda scripts, installed as python library
- Re-arrange the python components of the base project so that they are installed into FSL as actual python packages, and therefore can depend on other installed libraries.
- Add a
sitecustomize.py
file which can optionally be installed to add packages installed in$FSLDEVDIR
to the python search path. - Add a
update_fsl_release
script which can be used to update a FSL installation in-place to the latest available version. - Update the
make depend
rule so thatnvcc
is used when scanning.cuh
CUDA header files.
Edited by Paul McCarthy