Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
conda
Commits
f663b64e
Commit
f663b64e
authored
9 years ago
by
Amir Mohammadi
Browse files
Options
Downloads
Patches
Plain Diff
updates readme [skip ci]
parent
88188e4b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+26
-0
26 additions, 0 deletions
README.md
README.rst
+0
-22
0 additions, 22 deletions
README.rst
with
26 additions
and
22 deletions
README.md
0 → 100644
+
26
−
0
View file @
f663b64e
How to use these recipes
==============================
1.
Install miniconda (http://conda.pydata.org/miniconda.html)
2.
Install conda-build:
$ conda install conda-build
3.
Some dependency conda packages which are not available in default conda
channels can be installed by adding another channel:
$ conda config --add config jakirkham
The
`jakirkham`
channel provides
`linux-64`
and
`osx-64`
builds. Search
[
Anaconda.org
](
www.anaconda.org
)
for more suitable builds or visit
[
conda
recipes
](
https://github.com/conda/conda-recipes
)
for recipes to build packages
yourself.
4.
You can build each package individually with:
$ cd bob.conda
$ conda build --python=3.5 <package>
5.
The script
``build.sh``
will build the packages in the right order:
$ ./build.sh
This diff is collapsed.
Click to expand it.
README.rst
deleted
100644 → 0
+
0
−
22
View file @
88188e4b
==============================
How to use these recipes
==============================
1. Install miniconda (http://conda.pydata.org/miniconda.html)
2. Install conda-build::
$ conda install conda-build
3. Some dependency conda packages which are not available in default conda
channels can be installed by adding another channel::
$ conda config --add config jakirkham
4. You can check each package builds individually with::
$ conda build --python=3.5 <package>
4.1 The script ``build.sh`` will build the packages in the right order::
$ ./build.sh
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