mirror of https://github.com/m-labs/artiq.git
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", "") }}
|
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||||
|
|
||||||
source:
|
source:
|
||||||
git_url: https://github.com/m-labs/artiq
|
path: ../..
|
||||||
git_tag: master
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
noarch_python: true
|
noarch_python: true
|
||||||
|
|
|
@ -3,8 +3,7 @@ package:
|
||||||
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||||
|
|
||||||
source:
|
source:
|
||||||
git_url: https://github.com/m-labs/artiq
|
path: ../..
|
||||||
git_tag: master
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
noarch_python: true
|
noarch_python: true
|
||||||
|
|
|
@ -3,8 +3,7 @@ package:
|
||||||
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||||
|
|
||||||
source:
|
source:
|
||||||
git_url: https://github.com/m-labs/artiq
|
path: ../..
|
||||||
git_tag: master
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
noarch_python: true
|
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", "") }}
|
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
|
||||||
|
|
||||||
source:
|
source:
|
||||||
git_url: https://github.com/m-labs/artiq
|
path: ../..
|
||||||
git_tag: master
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
noarch_python: true
|
noarch_python: true
|
||||||
|
|
Loading…
Reference in New Issue