forked from M-Labs/artiq
conda: use source from the current checkout.
This commit is contained in:
parent
b6260615a6
commit
09647940a6
|
@ -3,8 +3,7 @@ package:
|
|||
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||
|
||||
source:
|
||||
git_url: https://github.com/m-labs/artiq
|
||||
git_tag: master
|
||||
path: ../..
|
||||
|
||||
build:
|
||||
noarch_python: true
|
||||
|
|
|
@ -3,8 +3,7 @@ package:
|
|||
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||
|
||||
source:
|
||||
git_url: https://github.com/m-labs/artiq
|
||||
git_tag: master
|
||||
path: ../..
|
||||
|
||||
build:
|
||||
noarch_python: true
|
||||
|
|
|
@ -3,8 +3,7 @@ package:
|
|||
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||
|
||||
source:
|
||||
git_url: https://github.com/m-labs/artiq
|
||||
git_tag: master
|
||||
path: ../..
|
||||
|
||||
build:
|
||||
noarch_python: true
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
|
|
@ -3,8 +3,7 @@ package:
|
|||
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||
|
||||
source:
|
||||
git_url: https://github.com/m-labs/artiq
|
||||
git_tag: master
|
||||
path: ../..
|
||||
|
||||
build:
|
||||
noarch_python: true
|
||||
|
|
Loading…
Reference in New Issue