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
ad883184
Commit
ad883184
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: revert auto rules changes
parent
7ed11b4f
No related branches found
Branches containing commit
No related tags found
1 merge request
!9
rel/2103.0
Pipeline
#9056
canceled
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
build.sh
+3
-2
3 additions, 2 deletions
build.sh
meta.yaml
+4
-1
4 additions, 1 deletion
meta.yaml
with
7 additions
and
3 deletions
build.sh
+
3
−
2
View file @
ad883184
...
...
@@ -8,5 +8,6 @@ cp -r $(pwd) $PREFIX/src/$PKG_NAME
.
$FSLDIR
/etc/fslconf/fsl-devel.sh
make
make
install
# Only build CPU components
make
cpu
=
1
make
cpu
=
1
install
This diff is collapsed.
Click to expand it.
meta.yaml
+
4
−
1
View file @
ad883184
...
...
@@ -2,6 +2,10 @@
# The project git repository is: https://git.fmrib.ox.ac.uk/fsl/fdt.git
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-fdt.git
# Note that this recipe only builds the CPU components
# of the FDT project - the GPU/CUDA components are
# built by the separate fsl/conda/fsl-fdt-gpu recipe.
{
%
set name = 'fsl-fdt' %
}
{
%
set version = '2103.0' %
}
{
%
set repository = 'https
:
//git.fmrib.ox.ac.uk/fsl/fdt.git' %
}
...
...
@@ -44,4 +48,3 @@ requirements:
build
:
-
{{
compiler("cxx")
}}
-
make
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