Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
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
base
Commits
2162e794
Commit
2162e794
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
RF: Change name to FSL_GE_606, in anticipation of flags for future versions
parent
1c3645d0
No related branches found
No related tags found
1 merge request
!29
Mnt/post 606
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/default.mk
+0
-7
0 additions, 7 deletions
config/default.mk
config/vars.mk
+7
-0
7 additions, 0 deletions
config/vars.mk
with
7 additions
and
7 deletions
config/default.mk
+
0
−
7
View file @
2162e794
# Boolean flag which defines this FSL installation
# as being from FSL 6.0.6 or newer (a conda-based
# FSL installation). This flag may be used by FSL
# Makefiles which need to preserve support for
# older versions of FSL.
FSL_POST_606
:=
true
# Platform specific settings and defaults,
# Platform specific settings and defaults,
# which are used by vars.mk
# which are used by vars.mk
include
${FSLCONFDIR}/buildSettings.mk
include
${FSLCONFDIR}/buildSettings.mk
...
...
This diff is collapsed.
Click to expand it.
config/vars.mk
+
7
−
0
View file @
2162e794
...
@@ -7,6 +7,13 @@
...
@@ -7,6 +7,13 @@
# initialised in the project Makefile.
# initialised in the project Makefile.
#########################################################
#########################################################
# Boolean flag which defines this FSL installation
# as being from FSL 6.0.6 or newer ("GE" = greater
# than or equal to). This flag may be used by FSL
# Makefiles which need to preserve support for
# older versions of FSL.
FSL_GE_606
:=
true
# All projects must specify a name
# All projects must specify a name
PROJNAME
=
PROJNAME
=
...
...
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