Skip to content

Commit

Permalink
Merge pull request #14 from regro-cf-autotick-bot/2022.1.3_h219755
Browse files Browse the repository at this point in the history
meshpy v2022.1.3
  • Loading branch information
inducer authored Nov 8, 2022
2 parents 395c518 + 3780835 commit d2227cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "meshpy" %}
{% set uname = "MeshPy" %}
{% set version = "2020.1" %}
{% set sha256 = "7b14eef33ccfb7974c058cea04672bfcd66e57dfcfa6a65cf01943b08964e879" %}
{% set version = "2022.1.3" %}
{% set sha256 = "a7158e31ece25fa6c6cebce9fd1e968157d661dc8769fb30ceba69c351478475" %}

package:
name: {{ name|lower }}
Expand All @@ -13,11 +13,11 @@ source:
sha256: {{ sha256 }}

build:
number: 3
number: 0
script:
- "{{ PYTHON }} -m pip install . --no-deps -v"
- {{ PYTHON }} -m pip install . --no-deps -v
- echo src/cpp/tetgen-LICENSE >> doc/faq.rst
skip: True # [win and py<35]
skip: true # [win and py<35]

requirements:
build:
Expand Down Expand Up @@ -55,7 +55,7 @@ about:
home: http://github.com/inducer/meshpy
license: MIT AND LicenseRef-Proprietary-Triangle AND AGPL-3.0-or-later
license_file: doc/faq.rst
summary: 'Triangular and Tetrahedral Mesh Generator'
summary: Triangular and Tetrahedral Mesh Generator

description: |
Expand Down

0 comments on commit d2227cc

Please sign in to comment.