From c32872dc6ec1585e76aeb18b49d7e6a71f15c18c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 17 Feb 2019 15:53:21 +0800 Subject: [PATCH] also override versioneer in conda build --- artiq/conda-artiq.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/conda-artiq.nix b/artiq/conda-artiq.nix index 74a5c64..48e1508 100644 --- a/artiq/conda-artiq.nix +++ b/artiq/conda-artiq.nix @@ -69,6 +69,7 @@ let #!/bin/bash set -e + export VERSIONEER_OVERRIDE=${version} python setup.py install \ --prefix=\$PREFIX \ --single-version-externally-managed \