Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fsl-fdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
conda
fsl-fdt
Commits
25e89fba
Commit
25e89fba
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
RF: Only install CPU components, need to re-generate tclIndex
parent
ae72a1cd
No related branches found
Branches containing commit
No related tags found
1 merge request
!10
RF: Only install CPU components, need to re-generate tclIndex
Pipeline
#10025
passed
3 years ago
Stage: fsl-ci-build
Stage: fsl-ci-test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
meta.yaml
+2
-1
2 additions, 1 deletion
meta.yaml
post-link.sh
+6
-1
6 additions, 1 deletion
post-link.sh
pre-unlink.sh
+1
-1
1 addition, 1 deletion
pre-unlink.sh
with
9 additions
and
3 deletions
meta.yaml
+
2
−
1
View file @
25e89fba
...
...
@@ -9,7 +9,7 @@
{
%
set name = 'fsl-fdt' %
}
{
%
set version = '2103.0' %
}
{
%
set repository = 'https
:
//git.fmrib.ox.ac.uk/fsl/fdt.git' %
}
{
%
set build = '
0
' %
}
{
%
set build = '
1
' %
}
package
:
name
:
{{
name
}}
...
...
@@ -40,6 +40,7 @@ requirements:
-
fsl-flirt >=2010.0
-
fsl-meshclass >=2012.0
-
fsl-miscmaths >=2010.0
-
fsl-misc_tcl >=2010.0
-
fsl-newimage >=2011.0
-
fsl-newnifti >=3.0.6
-
fsl-utils >=2007.0
...
...
This diff is collapsed.
Click to expand it.
post-link.sh
+
6
−
1
View file @
25e89fba
...
...
@@ -6,8 +6,13 @@ if [ -e ${FSLDIR}/share/fsl/sbin/createFSLWrapper ]; then
bedpostx_datacheck
\
dtifit ccops medianfilter make_dyadic_vectors vecreg
\
xfibres probtrackx pvmfit dtigen eddy_combine
\
Fdt
\
Fdt
Fdt_gui
\
correct_and_average ocmr_preproc
\
reord_OM sausages replacevols fdt_matrix_ops indexer
\
rearrange xfibres_pred
# Update TCL library index for files newly added to $FSLDIR/tcl
if
[
${
FSLDIR
}
=
${
PREFIX
}
]
;
then
echo
"auto_mkindex
$FSLDIR
/tcl/ *.tcl"
|
${
FSLTCLSH
}
fi
fi
This diff is collapsed.
Click to expand it.
pre-unlink.sh
+
1
−
1
View file @
25e89fba
...
...
@@ -6,7 +6,7 @@ if [ -e ${FSLDIR}/share/fsl/sbin/removeFSLWrapper ]; then
bedpostx_datacheck
\
dtifit ccops medianfilter make_dyadic_vectors vecreg
\
xfibres probtrackx pvmfit dtigen eddy_combine
\
Fdt
\
Fdt
Fdt_gui
\
correct_and_average ocmr_preproc
\
reord_OM sausages replacevols fdt_matrix_ops indexer
\
rearrange xfibres_pred
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment