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

[DEVEL] Disable python for lhapdf: need lhapdf 6.3.0 for py3.9 #7096

Merged
merged 1 commit into from
Jul 3, 2021
Merged
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
disable python for lhapdf: ned lhapdf 6.3.0 to go with py3.9
smuzaffar committed Jul 3, 2021

Verified

This commit was signed with the committer’s verified signature.
richiware Ricardo González
commit 79d09c461fed518b4fe93506c46e6683477db88a
3 changes: 2 additions & 1 deletion lhapdf.spec
Original file line number Diff line number Diff line change
@@ -23,9 +23,10 @@ BuildRequires: py3-cython

PYTHON=$(which python3) \
./configure --prefix=%{i} \
--enable-python
--disable-python

%build
sed -i -e 's| wrappers | |' Makefile
make all %makeprocesses

%install