Skip to content

Commit

Permalink
Update build matrix (#18)
Browse files Browse the repository at this point in the history
* simplify meta data and make build matrix explicit for metis

* increment build number

* update pinning to existing binaries of metis
  • Loading branch information
cekees committed Sep 12, 2024
1 parent bdf8422 commit be524e1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
8 changes: 8 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
mpi:
- mpich # [not win]
- openmpi # [not win]

metis:
- 5.1.0
- 5.1.1
- 5.2.1

pin_run_as_build:
metis: x.x.x
18 changes: 10 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "scorec" %}
{% set version = "2.2.8" %}
{% set build = 2 %}
{% set build = 3 %}
{% set sha256 = "5216d0d5ac031c9357a59986b1bc6f2cbdbac0356059e98a2bec78c1777a59e2" %}

{% if mpi is not defined %}
Expand Down Expand Up @@ -31,17 +31,19 @@ requirements:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- git-lfs
- cmake
- make
- {{ mpi }}
- metis >=5.1.0
- parmetis >=4.0.0
- zoltan >=3.0.0
host:
- {{ mpi }}
- metis >=5.1.0
- parmetis >=4.0.0
- zoltan >=3.0.0
- metis
- parmetis
- zoltan
run:
- {{ mpi }}
- metis
- parmetis
- zoltan

test:
commands:
Expand Down

1 comment on commit be524e1

@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.

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.