From f8574b6f17b21d5c350ebd7bd906cce5f10fce72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20P=C3=B6ppel?= <jpoeppel@techfak.uni-bielefeld.de>
Date: Fri, 13 Sep 2019 18:16:34 +0200
Subject: [PATCH] cleanup recipe

---
 conda.recipe/meta.yaml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml
index 8a47135..16bd65a 100644
--- a/conda.recipe/meta.yaml
+++ b/conda.recipe/meta.yaml
@@ -26,9 +26,6 @@ requirements:
 
 outputs:
   - name: ipaaca-cpp
-    # run_exports:
-    #   strong:
-    #     - {{ pin_compatible('libprotobuf', max_pin='x.x') }}
     script: install_cpp.sh
     requirements:
       host:
@@ -56,19 +53,4 @@ outputs:
         - mosquitto
         - paho-mqtt
         - {{ pin_compatible('protobuf', max_pin='x.x') }}
-    
-# requirements:
-#   build:
-#     - {{ compiler('cxx') }} 7.3 # [linux]
-#     - cmake >=3.10
-#   host:
-#     - libprotobuf
-#     - mosquitto
-#     - libboost
-#     - openssl 1.0.*
-
-#   run:
-#     - mosquitto
-#     - libprotobuf
-#     - libboost
-#     - openssl 1.0.*
+    
\ No newline at end of file
-- 
GitLab