Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nanocomp to 0.23.1 #11436

Merged
merged 2 commits into from
Oct 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions recipes/nanocomp/build.sh

This file was deleted.

7 changes: 4 additions & 3 deletions recipes/nanocomp/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{% set version = "0.23.0" %}
{% set version = "0.23.1" %}

package:
name: nanocomp
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanocomp/NanoComp-{{ version }}.tar.gz
sha256: df066590117afd92d49dadf5a268dc5b4dbb7e71333d8536c4c5960d6ee3b3e5
sha256: f221bd2e693711d94e761b49099f5d349d3ecf1118287eb7f9178522f5a70f10

build:
entry_points:
- NanoComp=nanocomp.NanoComp:main
number: 1
number: 0
skip: True # [py27]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
host:
Expand Down