From 4e795e64ea4cdd787974268454e55116ebe83db7 Mon Sep 17 00:00:00 2001 From: grburgess Date: Mon, 15 Aug 2022 09:50:15 +0200 Subject: [PATCH] add back --- conda_recipe/xspec-modelsonly-linux/conda_build_config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conda_recipe/xspec-modelsonly-linux/conda_build_config.yaml diff --git a/conda_recipe/xspec-modelsonly-linux/conda_build_config.yaml b/conda_recipe/xspec-modelsonly-linux/conda_build_config.yaml new file mode 100644 index 0000000..90806b7 --- /dev/null +++ b/conda_recipe/xspec-modelsonly-linux/conda_build_config.yaml @@ -0,0 +1,5 @@ +c_compiler: + - gcc # [linux] + +cxx_compiler: + - gxx # [linux]