Skip to content

Commit

Permalink
Build PineAPPL from git using pip for conda for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Nov 17, 2024
1 parent f00d1b0 commit 7152639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ build:
detect_binary_files_with_prefix: True

requirements:
build:
script: |
pip install git+https://github.com/NNPDF/pineappl.git@branch-or-tag
host:
- python >=3.9,<3.13
- poetry-core >=1.0.0
Expand All @@ -36,7 +39,6 @@ requirements:
- requests
- prompt_toolkit
- validobj
- pineappl >=0.8.2
- eko >=0.14.2
- fiatlux
- sphinx >=5.0.2
Expand Down

0 comments on commit 7152639

Please sign in to comment.