diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 1764a245cef90f06534acceaea8b8c56712b4097..8a47135563e565b37ab55fcee78d6bfeb0a2bd77 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,8 @@ +{% set protobufversion = "3.8.0" %} + package: name: ipaaca - version: "0.1.0" + version: "0.1.1" source: - path: ../ipaacalib/cpp/ @@ -11,7 +13,8 @@ source: folder: proto build: - number: 1 + number: 4 + requirements: build: @@ -23,17 +26,21 @@ requirements: outputs: - name: ipaaca-cpp + # run_exports: + # strong: + # - {{ pin_compatible('libprotobuf', max_pin='x.x') }} script: install_cpp.sh requirements: host: - - protobuf + - libprotobuf {{ protobufversion }} - mosquitto - libboost run: - mosquitto - - {{ pin_compatible('libprotobuf') }} + - {{ pin_compatible('libprotobuf', max_pin='x.x') }} - libboost + - name: ipaaca-py noarch: python script: install_python.sh @@ -42,13 +49,13 @@ outputs: - python - pip - setuptools - - protobuf + - protobuf {{ protobufversion }} run: - python - mosquitto - paho-mqtt - - protobuf + - {{ pin_compatible('protobuf', max_pin='x.x') }} # requirements: # build: