From f7cb2b5dcdc74152c1e3f86d53baa5315296a708 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Tue, 8 Oct 2019 12:48:51 +0200 Subject: [PATCH] conda pkg --- .travis.yml | 2 +- recipe/meta.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f0f14a4a6..cd8be7502c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,4 +41,4 @@ deploy: provider: script script: find $HOME/miniconda/conda-bld/${TRAVIS_OS_NAME}-64 -name "*.tar.bz2" -exec anaconda -t $CONDA_TOKEN upload --force {} \; on: - branch: 4.1.0-rc + branch: 4.1.0 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e58dc9de15..2e33f3c362 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: sls_detector_software - version: 4.1.0rc + version: 4.1.0 source: - path: .. @@ -50,14 +50,14 @@ requirements: outputs: - name: sls_detector_lib - version: 4.1.0rc + version: 4.1.0 script: copy_lib.sh requirements: build: - {{ compiler('c') }} - {{compiler('cxx')}} - name: sls_detector_gui - version: 4.1.0rc + version: 4.1.0 script: copy_gui.sh requirements: build: @@ -81,5 +81,5 @@ outputs: - {{ cdt('libxdamage') }} # [linux] - {{ cdt('libxxf86vm') }} # [linux] run: - - sls_detector_lib=4.0.2 + - sls_detector_lib=4.1.0 - qwt 6.1.4=hf484d3e_1001