Skip to content

Commit

Permalink
Merge pull request #21 from regro-cf-autotick-bot/0.51.0_hdb3034
Browse files Browse the repository at this point in the history
flux-core v0.51.0
  • Loading branch information
jan-janssen authored Jun 10, 2023
2 parents b0fb093 + 54f5f7a commit 37a8165
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "flux-core" %}
{% set version = "0.50.0" %}
{% set version = "0.51.0" %}

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

source:
url: https://github.com/flux-framework/flux-core/releases/download/v{{ version }}/flux-core-{{ version }}.tar.gz
sha256: 77414299a7ca081199aa0f57bcaea3e05860e2095df73c0f6b7672b88fadf683
sha256: e57b71b708482f20d2a2195a000c0c3b9176faa6aaadfad4d2117f8671ca67ce
patches:
- centos6.patch # This patch can be removed once the conda-forge reference is updated
- python311.patch # This patch can be removed once https://github.com/flux-framework/flux-core/pull/5157 is merged
- signal.patch

build:
number: 1
number: 0
skip: true # [not linux]
run_exports:
- {{ pin_subpackage('flux-core', max_pin='x.x') }}
Expand Down
13 changes: 0 additions & 13 deletions recipe/python311.patch

This file was deleted.

12 changes: 12 additions & 0 deletions recipe/signal.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/src/cmd/flux-job.c b/src/cmd/flux-job.c
index 6fe161801..f4ee5c70e 100644
--- a/src/cmd/flux-job.c
+++ b/src/cmd/flux-job.c
@@ -28,6 +28,7 @@
#include <jansson.h>
#include <argz.h>
#include <sys/ioctl.h>
+#include <signal.h>
#include <flux/core.h>
#include <flux/optparse.h>
#include <flux/hostlist.h>

0 comments on commit 37a8165

Please sign in to comment.