Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastjet v3.4.1.3 #4

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "fastjet" %}
{% set version = "3.4.0.6" %}
{% set version = "3.4.1.3" %}


package:
Expand All @@ -8,13 +8,13 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/fastjet-{{ version }}.tar.gz
sha256: 86dea05ce7a030db9fe14e5bf1c0bc46351b6e439f9b9ef6b14a55ceefcc7b7a
sha256: 4b5d8051fd374514159ff89b69ab0c4da7b3b757c257f82593fc176e3bb0c4be
patches:
- 0001-Don-t-overwrite-external-CXXFLAGS-and-LDFLAGS.patch
- 0002-Patch-fastjet-contrib-Makefile.in.patch

build:
number: 1
number: 0
skip: true # [not linux]
script:
# Use 'python -m build' to build a wheel first to avoid having the overlinking
Expand Down
Loading