From e76937f459a3235c9f364fe541e676eaa94907a0 Mon Sep 17 00:00:00 2001 From: qdu-bioinfo <74221639+qdu-bioinfo@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:55:32 +0800 Subject: [PATCH] Update meta.yaml --- recipes/fc/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/fc/meta.yaml b/recipes/fc/meta.yaml index afdb3b5181df3..47b9c756c16bf 100644 --- a/recipes/fc/meta.yaml +++ b/recipes/fc/meta.yaml @@ -18,13 +18,14 @@ requirements: build: - make - {{ compiler('c') }} + - {{ compiler('cxx') }} host: - zlib - boost-cpp test: commands: - - fc-virus --help + - ./bin/fc-virus --help about: home: "https://github.com/qdu-bioinfo/fc-virus"