Skip to content
Snippets Groups Projects

Updated instructions

Merged Tiago de Freitas Pereira requested to merge update-instructions into master
1 file
+ 14
0
Compare changes
  • Side-by-side
  • Inline
+ 14
0
@@ -175,6 +175,20 @@ recipe.
- jgen = gridtk.script.jgen:main
```
---
**NOTE**
If your conda package runs only on linux, please add this recipe under build:
```yaml
build:
skip: true # [not linux]
```
---
### BUILD_DEPS and HOST_DEPS in requirements.
This part of the recipe lists the packages that are required during build time:
Loading