Skip to content

Commit

Permalink
Update nonpareil to 3.5.2 (bioconda#48783)
Browse files Browse the repository at this point in the history
* Update nonpareil to 3.5.2

* Add openmpi to host requirements

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

* Call `make nonpareil` explicitly.

`make` (i.e. make all) now also calls `nonpareil-mpi test release`
targets: lmrodriguezr/nonpareil@a560612#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R23

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

---------

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
BiocondaBot and martin-g authored Jun 28, 2024
1 parent cf508dd commit ae77bfc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/nonpareil/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "3.5.1" %}
{% set sha256 = "ef4df9eae4d12dd3e7ce43857b64805d0f923f34e29697dfc73a470c0ffbea11" %}
{% set version = "3.5.2" %}
{% set sha256 = "d0c65268add14b428e206ef601e945403ec77ed425eecaf23046e57582908c00" %}

package:
name: nonpareil
Expand All @@ -10,11 +10,11 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage('nonpareil', max_pin="x.x") }}
script: |
make -j ${CPU_COUNT} cpp="${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}"
make -j ${CPU_COUNT} cpp="${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}" nonpareil
make prefix="${PREFIX}" install
requirements:
Expand All @@ -39,4 +39,4 @@ about:

extra:
additional-platforms:
- linux-aarch64
- linux-aarch64

0 comments on commit ae77bfc

Please sign in to comment.