forked from conda-forge/staged-recipes
-
Notifications
You must be signed in to change notification settings - Fork 1
Helpful conda links
Mike Sarahan edited this page Aug 9, 2016
·
7 revisions
Helpful links when creating conda recipes.
- Conda documentation
- conda documentation on building packages
- the meta.yaml file
- Environmental variables
- Renaming libraries to avoid conflicts with system libraries
- Windows compiler info
- Windows compiler info (some conda-build add-ons)
- Windows recipe patterns
- VC features
- Building from source of Windows 32 bit and 64 bit
- Using Microsoft Visual C with Python
- Windows DLL notes
- Matthew Brett's guide to developing on windows
- Why it is important to match compilers of all libraries being used (use same MSVC runtime)
- String substitution and replacing in batch files
- Process explorer: figure out which process is holding onto files
- Dependency Walker: figure out which DLLs are causing you trouble
- Process Monitor: filesystem, process/thread, registry activity monitoring