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
Bliss
conda-recipes
Commits
1540e372
Commit
1540e372
authored
Sep 27, 2017
by
Vincent Michel
Browse files
Update readme
parent
ed57c2fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1540e372
...
...
@@ -2,10 +2,23 @@ Conda recipes
=============
This repository stores the conda recipes for several projects:
-
jsonpickle
-
libglu
-
lima
-
louie
-
omniorb
-
tango
-
pytango
-
pychooch
-
pymca
-
pyqt
-
pyqwt-qt3
-
pytango
-
pytango-devel
-
qt
-
qub-qt3
-
silx
-
tango
-
v4l2
How to build a package manually?
...
...
@@ -14,18 +27,36 @@ How to build a package manually?
Go to the recipe and directory and run:
```
none
conda build . \
$
conda build . \
--prefix-length=80 \
--output-folder=../dist/ \
--python=$PYTHON_VERSION \
--channel=http://bcu-ci.esrf.fr/stable
```
Continuous integration
----------------------
Gilab CI is configured to build the corresponding conda packages using a specific build environment.
The packages are uploaded to
`http://bcu-ci.esrf.fr/stable`
(i.e.
`/segfs/bliss/source/admin/conda/`
).
The packages are uploaded to one of the following private channels, depending on the configuration:
-
`http://bcu-ci.esrf.fr/stable`
(i.e.
`/segfs/bliss/source/admin/conda/`
).
-
`http://bcu-ci.esrf.fr/devel`
(i.e.
`/segfs/bliss/source/admin/conda-devel/`
).
The builds can be customized by editing
`.gitlab-ci.yml`
.
Anaconda cloud
--------------
The private channels are also mirrored on the anaconda pulbic channels
`esrf-bcu`
and
`esrf-bcu-devel`
.
The channels can be synchronized using the following commands
```
none
$ source activate root
$ conda install anaconda-client
$ find /segfs/bliss/source/admin/conda -name "*tar.bz2" | xargs anaconda upload -u esrf-bcu --force
$ find /segfs/bliss/source/admin/conda-devel -name "*tar.bz2" | xargs anaconda upload -u esrf-bcu-devel --force
```
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