Skip to content

Commit

Permalink
Merge pull request #4 from regro-cf-autotick-bot/1.1.2_hab62c3
Browse files Browse the repository at this point in the history
unidock v1.1.2
  • Loading branch information
caic99 authored May 6, 2024
2 parents 0b69c92 + 49dd200 commit b740537
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "unidock" %}
{% set version = "1.1.1" %}
{% set version = "1.1.2" %}

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

source:
url: https://github.com/dptech-corp/Uni-Dock/archive/refs/tags/{{ version }}.tar.gz
sha256: 6400e9418249c01f3963f9f3bfe08472cc2ab63d0096ace66ad6b40b45e8e812
sha256: 9d20ae73e060e3036092807c7e519030855fd0c0a4ba1f7a4bb4300421cc5119

build:
skip: true # [not linux]
Expand All @@ -20,14 +20,12 @@ build:
make unidock -j$CPU_COUNT
make install
string: cuda{{ cuda_compiler_version | replace('.', '') }}_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
number: 2
number: 0

requirements:
build:
- sysroot_{{ target_platform }} 2.17
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
- {{ compiler('cuda') }}
- cmake
- make
Expand Down

0 comments on commit b740537

Please sign in to comment.