Skip to content

Commit

Permalink
allow for possibility of building from local source
Browse files Browse the repository at this point in the history
  • Loading branch information
sveseli committed Jan 24, 2019
1 parent 627f95f commit c63d25a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions tools/conda/pvapy-conda/meta.yaml.template.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
package:
name: pvapy
version: PVA_PY_VERSION

source:
path: ../../..

build:
number: 1

script_env:
- BUILD_FLAGS

requirements:
build:
- python
- sphinx
- numpy>1.15
- epics-base=EPICS_BASE_VERSION
- pvapy-boost=BOOST_VERSION

run:
- python
- numpy>1.15
- epics-base=EPICS_BASE_VERSION
- pvapy-boost=BOOST_VERSION

about:
home: https://github.com/epics-base/pvaPy
license: EPICS Open License
summary: Python library for EPICS PV Access



0 comments on commit c63d25a

Please sign in to comment.