Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda
docs
Commits
1a86e59f
Commit
1a86e59f
authored
Jun 08, 2021
by
Paul McCarthy
🚵
Browse files
BF: Fixes to examples
parent
ed5dadac
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/cpp/fsl-example_cpp_project/meta.yaml
View file @
1a86e59f
...
...
@@ -15,8 +15,8 @@ source:
# the FSLCONDA_REPOSITORY and FSLCONDA_REVISION
# environment variables can be used to override
# the repository/revision for development purposes.
git_url
:
{{
'
{{
os.environ.get("FSLCONDA_REPOSITORY",
repository)
}}
'
}}
git_rev
:
{{
'
{{
os.environ.get("FSLCONDA_REVISION",
version)
}}'
}}
git_url
:
{{
os.environ.get("FSLCONDA_REPOSITORY"
,
repository)
}}
git_rev
:
{{
os.environ.get("FSLCONDA_REVISION"
,
version)
}}
build
:
number
:
{{
build
}}
...
...
examples/python/fsl-example_python_project/meta.yaml
View file @
1a86e59f
...
...
@@ -15,8 +15,8 @@ source:
# the FSLCONDA_REPOSITORY and FSLCONDA_REVISION
# environment variables can be used to override
# the repository/revision for development purposes.
git_url
:
{{
'
{{
os.environ.get("FSLCONDA_REPOSITORY",
repository)
}}
'
}}
git_rev
:
{{
'
{{
os.environ.get("FSLCONDA_REVISION",
version)
}}'
}}
git_url
:
{{
os.environ.get("FSLCONDA_REPOSITORY"
,
repository)
}}
git_rev
:
{{
os.environ.get("FSLCONDA_REVISION"
,
version)
}}
build
:
number
:
{{
build
}}
...
...
@@ -30,7 +30,7 @@ requirements:
build
:
-
setuptools
-
wheel
run
run
:
-
fsl-base >=2012.0
-
nibabel
-
numpy
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment