Skip to content
Closed
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.0.1" %}
{% set version = "3.0.2" %}

package:
name: tsnecuda
version: {{ version }}

source:
- url: https://github.com/CannyLab/tsne-cuda/archive/refs/tags/{{ version }}.tar.gz
sha256: 0f778247191f483df22dc4dbed792c9a6a9152ee7404329c4d9da3fd9a8774d6
sha256: 02a6b6d5367f0e0658a9362aa8bbc7b043af74d64a56ac849c640c57f8d22bf0
# include submodule (not in github tarball due to dear-github/dear-github#214), c.f.
# https://github.com/CannyLab/tsne-cuda/tree/{{ version }}/third_party
- git_url: https://github.com/jarro2783/cxxopts.git
Expand All @@ -15,7 +15,7 @@ source:


build:
number: 1
number: 0
# only linux for the moment
skip: true # [not linux]
skip: true # [cuda_compiler_version == "None"]
Expand Down