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
c1970e53
Commit
c1970e53
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
RF: can't assume $FSLTCLSH is set
parent
86d3604a
No related branches found
Branches containing commit
No related tags found
1 merge request
!11
RF: can't assume $FSLTCLSH is set
Pipeline
#10080
passed
3 years ago
Stage: fsl-ci-build
Stage: fsl-ci-test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
meta.yaml
+1
-1
1 addition, 1 deletion
meta.yaml
post-link.sh
+2
-2
2 additions, 2 deletions
post-link.sh
with
3 additions
and
3 deletions
meta.yaml
+
1
−
1
View file @
c1970e53
...
...
@@ -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 = '
1
' %
}
{
%
set build = '
2
' %
}
package
:
name
:
{{
name
}}
...
...
This diff is collapsed.
Click to expand it.
post-link.sh
+
2
−
2
View file @
c1970e53
...
...
@@ -12,7 +12,7 @@ if [ -e ${FSLDIR}/share/fsl/sbin/createFSLWrapper ]; then
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
}
if
[
${
FSLDIR
}
=
${
PREFIX
}
]
&&
[
-e
${
PREFIX
}
/bin/fsltclsh
]
;
then
echo
"auto_mkindex
$
{
FSLDIR
}
/tcl/ *.tcl"
|
${
PREFIX
}
/bin/fsltclsh
fi
fi
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