Skip to content

BF,RF: find_cuda_exe and update_fsl_package

Paul McCarthy requested to merge bf/find_cuda_exe into master

find_cuda_exe was crashing if $FSLDEVDIR was unset

Adjusted update_fsl_package:

  • It was previously using strict channel priority, so older versions in the development channel could mask newer versions in the public channel. This has been changed so that the newest versions of all packages are installed regardless of the channel they are sourced from.
  • Changed the conda install command to use --freeze-installed instead of --no-deps - this shouldn't make any difference, except that it should handle the situation of package dependencies changing.

Merge request reports