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
00b4883e
Commit
00b4883e
authored
3 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: Add makefile
parent
9626dd51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Mnt/makefile
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+30
-0
30 additions, 0 deletions
Makefile
etc/fslconf/fsl-devel.sh
+0
-3
0 additions, 3 deletions
etc/fslconf/fsl-devel.sh
etc/fslconf/fsl.csh
+0
-2
0 additions, 2 deletions
etc/fslconf/fsl.csh
etc/fslconf/fsl.sh
+1
-4
1 addition, 4 deletions
etc/fslconf/fsl.sh
with
31 additions
and
9 deletions
Makefile
0 → 100644
+
30
−
0
View file @
00b4883e
MKDIR
?=
/bin/mkdir
-m
0755
INSTALL
?=
install
-p
PREFIX
?=
${
FSLDEVDIR
}
install
:
${
MKDIR
}
-p
${
PREFIX
}
/bin
${
MKDIR
}
-p
${
PREFIX
}
/config
${
MKDIR
}
-p
${
PREFIX
}
/doc/images
${
MKDIR
}
-p
${
PREFIX
}
/etc/fslconf
${
MKDIR
}
-p
${
PREFIX
}
/etc/flirtsch
${
MKDIR
}
-p
${
PREFIX
}
/etc/js
${
MKDIR
}
-p
${
PREFIX
}
/etc/luts
${
MKDIR
}
-p
${
PREFIX
}
/etc/matlab
${
MKDIR
}
-p
${
PREFIX
}
/share/fsl/copyrights
${
MKDIR
}
-p
${
PREFIX
}
/share/fsl/sbin
${
MKDIR
}
-p
${
PREFIX
}
/share/fsl/bin
${INSTALL}
-m
0755
bin/*
${PREFIX}/bin/
${INSTALL}
-m
0755
bin/*
${PREFIX}/share/fsl/bin/
${INSTALL}
-m
0644
config/*
${PREFIX}/config/
${INSTALL}
-m
0755
config/supportedGencodes.sh
${PREFIX}/config/
${INSTALL}
-m
0644
doc/images/*
${PREFIX}/doc/images/
${INSTALL}
-m
0644
etc/fslconf/*
${PREFIX}/etc/fslconf/
${INSTALL}
-m
0644
etc/flirtsch/*
${PREFIX}/etc/flirtsch/
${INSTALL}
-m
0644
etc/fslconf/*
${PREFIX}/etc/fslconf/
${INSTALL}
-m
0644
etc/js/*
${PREFIX}/etc/js/
${INSTALL}
-m
0644
etc/luts/*
${PREFIX}/etc/luts/
${INSTALL}
-m
0644
etc/matlab/*
${PREFIX}/etc/matlab/
${INSTALL}
-m
0644
share/fsl/copyrights/*
${PREFIX}/share/fsl/copyrights/
${INSTALL}
-m
0755
share/fsl/sbin/*
${PREFIX}/share/fsl/sbin/
This diff is collapsed.
Click to expand it.
etc/fslconf/fsl-devel.sh
+
0
−
3
View file @
00b4883e
...
...
@@ -10,9 +10,6 @@
# source $FSLDIR/etc/fslconf/fsl-devel.sh
#
# SHBASECOPYRIGHT
# If this is an official (fslinstaller-installed)
# FSL installation, we activate the $FSLDIR conda
# environment so that we have access to its compiler
...
...
This diff is collapsed.
Click to expand it.
etc/fslconf/fsl.csh
+
0
−
2
View file @
00b4883e
...
...
@@ -5,8 +5,6 @@
# Written by Mark Jenkinson
# FMRIB Analysis Group, University of Oxford
# SHBASECOPYRIGHT
#### Set up standard FSL user environment variables ####
...
...
This diff is collapsed.
Click to expand it.
etc/fslconf/fsl.sh
+
1
−
4
View file @
00b4883e
...
...
@@ -7,14 +7,11 @@
# export FSLDIR=/usr/local/fsl
# source $FSLDIR/etc/fslconf/fsl.sh
#
# See fsl-devel.sh if you are
a developer
.
# See fsl-devel.sh if you are
compiling FSL projects
.
#
# Written by Mark Jenkinson
# FMRIB Analysis Group, University of Oxford
# SHBASECOPYRIGHT
#### Set up standard FSL user environment variables ####
# If this is an official (fslinstaller-installed)
...
...
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