Skip to content
Snippets Groups Projects
Commit e7ced4f1 authored by Hendrik Buschmeier's avatar Hendrik Buschmeier
Browse files

Conda/scsbuild recipe for ipaaca-python

parent a61dad5e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# install rsb-python
# Trick conda build to let rsb-python installation run
# The url to spread in there is not used, but will still raise a RuntimeError if
# not tricked like this...
#unset CONDA_BUILD
#pip install --no-dependencies rsb-python
#set CONDA_BUILD
# Since we setup subfolders for ipaaca and proto, we want to step into the ipaaca folder here
cd ipaaca
echo "Installing ipaaca using setup.py"
python setup.py install
package:
name: ipaaca
version: "0.1.0"
source:
- path: ../ipaacalib/python
folder: ipaaca
- path: ../ipaacalib/proto
folder: proto
build:
number: 1
requirements:
build:
- python
- pip
- setuptools
run:
- python
- mosquitto
- protobuf
- paho-mqtt
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment