| commit | d2cce63f846af6a12ac86e1a5f7293da3b12e185 | [log] [tgz] |
|---|---|---|
| author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Mon Mar 24 10:41:35 2025 -0700 |
| committer | GitHub <noreply@github.com> | Mon Mar 24 10:41:35 2025 -0700 |
| tree | 8c988abd3562e6e80344d24bd1d5894f9ce0f881 | |
| parent | 5ec602036c5917b04a30df5f412f20efed091079 [diff] | |
| parent | 4b079a8bbecea7a89385e89044d2da3a4e53b227 [diff] |
Merge pull request #26 from apache/SDAP-535 SDAP-535 - Fix issue with .asf.yaml being incorrectly structured
This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.
This project is build using Gradle. This repository contains a Gradle wrapper so, if building from the repository, no further action is needed; however, the Gradle wrapper is not included in the source distribution. If building from the source distribution, you will need to install Gradle manually.
Build source:
./gradlew clean build installgradle clean build installcd into /build/python/nexusproto
Setup a separate conda env or activate an existing one
conda create --name nexus-messages python source activate nexus-messages
Install Conda dependencies
conda install numpy
Run python setup.py install