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
d42c5107
Commit
d42c5107
authored
Sep 17, 2021
by
Paul McCarthy
🚵
Browse files
DOC: channel URLs
parent
3d36fa85
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d42c5107
...
...
@@ -180,9 +180,7 @@ channels:
projects which are not part of official FSL releases, and are only part of
internal release.
These channels are currently hosted online at the following URLs, although
their location will potentially change in the future:
These channels are currently hosted online at the following URLs:
-
http://18.133.213.73/public/
-
http://18.133.213.73/internal/
-
https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
-
https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/internal/
building_fsl_conda_packages.md
View file @
d42c5107
...
...
@@ -91,11 +91,11 @@ very important, and must be:
```
bash
cd
fsl-avwutils
conda build
\
-c
http://
18.133.213.73
/public/
\
-c
conda-forge
\
-c
defaults
\
--output-folder
=
dist
\
conda build
\
-c
http
s
://
fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases
/public/
\
-c
conda-forge
\
-c
defaults
\
--output-folder
=
dist
\
.
```
...
...
@@ -108,19 +108,16 @@ for the internal FSL conda channel):
```
bash
cd
fsl-avwutils
conda build
\
-c
http://
${
FSLCONDA_USERNAME
}
:
${
FSLCONDA_PASSWORD
@
18.133.213.73
/internal/ \
-c http
://
18.133.213.73
/public/
\
-c conda-forge \
-c defaults \
--output-folder=dist \
conda build
\
-c
http
s
://
${
FSLCONDA_USERNAME
}
:
${
FSLCONDA_PASSWORD
@
fsl.fmrib.ox.ac.uk/fsldownloads/fslconda
/internal/ \
-c http
s
://
fsl.fmrib.ox.ac.uk/fsldownloads/fslconda
/public/
\
-c conda-forge
\
-c defaults
\
--output-folder=dist
\
.
```
> **Note:** THe public and internal channel URLs may change in the future.
If the build succeeds, the built package will be saved to the
`dist`
directory - binary packages will be saved in either the
`osx-64`
or
`linux-64`
sub-directories, and platform-independent (e.g. python) packages will be saved
...
...
@@ -167,11 +164,11 @@ mkdir my_local_conda_channel
export
FSLCONDA_REPOSITORY
=
$(
pwd
)
/newimage
export
FSLCONDA_REVISION
=
enh/my_local_newimage_development_branch
conda build
\
-c
http://
18.133.213.73/public/
\
-c
conda-forge
\
-c
defaults
\
--output-folder
=
./my_local_conda_channel
\
conda build
\
-c
http
s
://
fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
\
-c
conda-forge
\
-c
defaults
\
--output-folder
=
./my_local_conda_channel
\
./fsl-newimage
```
...
...
@@ -186,11 +183,11 @@ channel URL, so that it takes precedence:
export
FSLCONDA_REPOSITORY
=
$(
pwd
)
/randomise
export
FSLCONDA_REVISION
=
enh/my_local_randomimse_development_branch
conda build
\
-c
file://
$(
pwd
)
/my_local_conda_channel
\
-c
http://
18.133.213.73/public/
\
-c
conda-forge
\
-c
defaults
\
--output-folder
=
./my_local_conda_channel
\
conda build
\
-c
file://
$(
pwd
)
/my_local_conda_channel
\
-c
http
s
://
fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
\
-c
conda-forge
\
-c
defaults
\
--output-folder
=
./my_local_conda_channel
\
./fsl-randomise
```
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