Changeset 981a1d4 in sasview for build_tools
- Timestamp:
- Feb 14, 2015 8:16:17 AM (10 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 66f21cd
- Parents:
- 81b369bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/conda/README.md
r81b369bb r981a1d4 3 3 Here we store the recipes for building conda packages of the dependencies of SasView. These are dependencies that unforunately do not come pre-bundled with Anaconda. 4 4 5 # Creating a Recipe5 ## Creating a Recipe 6 6 7 7 An easy way to get started with a recipe is to use the skeleton command that comes with conda, which looks for all the information it needs on PyPi (of course, this will only work if the module exists on PyPi...): … … 21 21 If you're lucky this is all you will need to ever do to create a new recipe, but you may need to go in and tinker with the meta.yaml file from time to time. 22 22 23 '''Issues''' 23 ## Issues 24 24 25 25 * Sometimes downloading the package from PyPi is problematic. You may see something like the following:
Note: See TracChangeset
for help on using the changeset viewer.