From fe75a203f976062704567c0e8550f2a44f4252bb Mon Sep 17 00:00:00 2001 From: jay <jlaura@usgs.gov> Date: Fri, 17 Aug 2018 08:00:30 -0700 Subject: [PATCH] Adds missing swig dependency to meta.yaml --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8566697..fa05ca7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -12,6 +12,7 @@ requirements: - cmake >=3.10 - libcsm - python + - swig host: - python run: -- GitLab