Skip to content

Commit

Permalink
Make and install LHAPDF
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent 3087388 commit d591b4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:
curl "https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.4.tar.gz" | tar xzf -
cd LHAPDF-6.5.4
# compiling with Python gives errors, but we also don't need Python
./configure --disable-python || true
cat config.log
./configure --disable-python
make -j
make install
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit d591b4b

Please sign in to comment.