Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fsl-libgdc
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-libgdc
Compare revisions
2c2c8b3c1fb12aeed2dc627e09f9aa27a1ff69a8 to 9e38a62112d57ef68da6b78e5fc363602d920845
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
fsl/conda/fsl-libgdc
Select target project
No results found
9e38a62112d57ef68da6b78e5fc363602d920845
Select Git revision
Branches
master
Swap
Target
fsl/conda/fsl-libgdc
Select target project
fsl/conda/fsl-libgdc
1 result
2c2c8b3c1fb12aeed2dc627e09f9aa27a1ff69a8
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add 'set -e' to build.sh [fsl-ci-skip]
· f6bfaeb1
Paul McCarthy
authored
1 year ago
f6bfaeb1
Merge branch 'mnt/patch' into 'master'
· 9e38a621
Paul McCarthy
authored
1 year ago
WIP: mnt/patch See merge request
!14
9e38a621
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+2
-0
2 additions, 0 deletions
build.sh
meta.yaml
+1
-1
1 addition, 1 deletion
meta.yaml
with
3 additions
and
1 deletion
build.sh
View file @
9e38a621
#!/usr/bin/env bash
set
-e
export
FSLDIR
=
$PREFIX
export
FSLDEVDIR
=
$PREFIX
...
...
This diff is collapsed.
Click to expand it.
meta.yaml
View file @
9e38a621
...
...
@@ -5,7 +5,7 @@
{
%
set name = 'fsl-libgdc' %
}
{
%
set version = '2111.0' %
}
{
%
set repository = 'https
:
//git.fmrib.ox.ac.uk/fsl/libgdc.git' %
}
{
%
set build = '
3
' %
}
{
%
set build = '
4
' %
}
package
:
name
:
{{
name
}}
...
...
This diff is collapsed.
Click to expand it.