From 94f4d1c8af3dad7b09a16e6192931bbd4ce280ea Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 17 May 2018 13:46:04 +0200 Subject: [PATCH] Updated instructions --- templates/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/templates/README.md b/templates/README.md index 08e5473..a1c555d 100644 --- a/templates/README.md +++ b/templates/README.md @@ -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: -- GitLab