Skip to content

Commit

Permalink
Add mwtoews, remove unused dependencies, refresh description (#21)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 22, 2024
2 parents 4e0243b + 0aaf4b6 commit 9f25ed0
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 81 deletions.
19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 27 additions & 16 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 32 additions & 10 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 2 additions & 12 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 3 additions & 18 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
sha256: {{ sha256 }}

build:
number: 3
number: 4
script:
- {{ PYTHON }} -m pip install . --no-deps -v
- echo src/cpp/tetgen-LICENSE >> doc/faq.rst
Expand All @@ -31,17 +31,12 @@ requirements:
host:
- python
- pip
- pytools
- numpy
- pytest
- six
- pybind11
- setuptools
run:
- python
- pytools
- numpy
- six

test:
source_files:
Expand All @@ -62,25 +57,15 @@ about:
description: |
MeshPy offers quality triangular and tetrahedral mesh generation for
Python. Meshes of this type are chiefly used in finite-element
Python. Meshes of this type are mainly used in finite-element
simulation codes, but also have many other applications ranging from
computer graphics to robotics.
In order to generate 2D and 3D meshes, MeshPy provides Python interfaces
to three well-regarded mesh generators,
[Triangle](http://www.cs.cmu.edu/~quake/triangle.html) by J. Shewchuk,
[TetGen](http://tetgen.berlios.de/) by Hang Si, and
[gmsh](http://www.geuz.org/gmsh/) by Christophe Geuzaine and
Jean-Francois Remacle. The former two are included in the package in
slightly modified versions. A generic mesh reader for the latter is
included, as is an easy way to run gmsh from a Python script.
As of Version 0.91.2, MeshPy also works with Python 3.
doc_url: https://documen.tician.de/meshpy
dev_url: https://github.com/inducer/meshpy

extra:
recipe-maintainers:
- inducer
- isuruf
- mwtoews

1 comment on commit 9f25ed0

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

  • @mwtoews was added to this feedstock maintenance team.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.