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 SpydrPick to v1.1.0 #13630

Merged
merged 1 commit into from
Feb 13, 2019
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
25 changes: 0 additions & 25 deletions recipes/spydrpick/0001-Add-librt-to-linker-line.patch

This file was deleted.

This file was deleted.

7 changes: 2 additions & 5 deletions recipes/spydrpick/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{% set name = "SpydrPick" %}
{% set version = "1.0.0" %}
{% set version = "1.1.0" %}

package:
name: {{ name|lower}}
version: {{ version }}

source:
url: https://github.com/santeripuranen/{{ name|lower }}/archive/v{{ version }}.tar.gz
sha256: b8f6e839920173f33eb2aea002d618cdab240db18165782d6c40694d0f30936f
patches:
- 0001-Update-tbb.cmake-with-policy-for-TBB_ROOT.patch
- 0001-Add-librt-to-linker-line.patch
sha256: 9999aba14a5c67c5a9ec06ec26fb1ae161042e0b0c3eb7539f5109af5c784eca

build:
skip: True # [osx]
Expand Down