Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwaizer committed Jul 31, 2024
1 parent 0bd5b1a commit b1088cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ requirements:
- cmake
- make
- python
- cython
host:
- python
- cython
- setuptools
- pip
run:
- python

Expand All @@ -38,7 +34,6 @@ test:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
- pip
- python
commands:
# Workaround for lack of CONDA_BUILD_SYSROOT variable in staged recipes
Expand All @@ -49,8 +44,6 @@ test:
- ${CXX} example_EventSelection.cc -o example_EventSelection -I${CONDA_PREFIX}/include -L${CONDA_PREFIX}/lib -lHepMC
# example_BuildEventFromScratch
- ${CXX} example_BuildEventFromScratch.cc -o example_BuildEventFromScratch -I${CONDA_PREFIX}/include -L${CONDA_PREFIX}/lib -lHepMC
# temporarily skipping pip check on win and pypy build because of bizarre tqdm issue
- pip check # [not (win and python_impl == 'pypy')]

about:
home: http://hepmc.web.cern.ch/hepmc/
Expand Down

0 comments on commit b1088cb

Please sign in to comment.