10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 07:02:14 +02:00

Fix graphiz dl format archive

This commit is contained in:
Thomas Applencourt 2015-07-16 10:53:40 +02:00
parent 740c746b9c
commit c38e042781
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ python:
script:
- ./configure --production ./config/gfortran.cfg
- cat ./install/_build/p_graphviz.log
- source ./quantum_package.rc
- qp_install_module.py install Full_CI Hartree_Fock
- ninja

2
configure vendored
View File

@ -128,7 +128,7 @@ ezfio = Info(
default_path=join(QP_ROOT_INSTALL, "EZFIO"))
p_graphviz = Info(
url='https://github.com/xflr6/graphviz/archive/master.zip',
url='https://github.com/xflr6/graphviz/archive/master.tar.gz',
description=' Python library for graphviz',
default_path=join(QP_ROOT_INSTALL, "p_graphviz"))