Skip to content

Commit

Permalink
Avoid autoreconf during LHAPDF installation
Browse files Browse the repository at this point in the history
Currently failing on Windows, and not part of the official LHAPDF instructions
  • Loading branch information
alecandido committed Mar 27, 2024
1 parent c4fa8e0 commit fa512a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintainer/install_lhapdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def run_(cmd, *args, **kwargs):
cmd = cmd.split() if isinstance(cmd, str) else cmd
run(cmd, *args, cwd=path / SRC_DIR, **kwargs)

log.info("Autoreconf...")
run_("autoreconf -f -i")
# log.info("Autoreconf...")
# run_("autoreconf -f -i")
prefix = os.environ.get("PREFIX")
prefix_ = ["--prefix", prefix] if prefix is not None else []
log.info("Configuring...")
Expand Down

0 comments on commit fa512a2

Please sign in to comment.