Skip to content

add conda scripts, installed as python library

Paul McCarthy requested to merge enh/conda-scripts into master
  • 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 that nvcc is used when scanning .cuh CUDA header files.
Edited by Paul McCarthy

Merge request reports