Skip to content

Commit

Permalink
conda pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Oct 8, 2019
1 parent 9ea3cbc commit f7cb2b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: sls_detector_software
version: 4.1.0rc
version: 4.1.0

source:
- path: ..
Expand Down Expand Up @@ -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:
Expand All @@ -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

0 comments on commit f7cb2b5

Please sign in to comment.