Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
conda-recipes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bliss
conda-recipes
Commits
8811e25a
Commit
8811e25a
authored
Jul 03, 2017
by
Vincent Michel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add README file
parent
14ddc5a9
Pipeline
#492
canceled with stages
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
README.md
README.md
+31
-0
No files found.
README.md
0 → 100644
View file @
8811e25a
Conda recipes
=============
This repository stores the conda recipes for several projects:
-
omniorb
-
tango
-
pytango
-
pychooch
How to build a package manually?
--------------------------------
Go to the recipe and directory and run:
```
none
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 builds can be customized by editing
`.gitlab-ci.yml`
.
Write
Preview
Markdown
is supported
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