10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-17 18:55:31 +02:00

Update EZFIO

This commit is contained in:
Anthony Scemama 2020-08-03 22:08:29 +02:00
parent 25663a89cd
commit 5683fff109
3 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -17,7 +17,7 @@ export CC=gcc
# /!\ When updating version, update also etc files
EZFIO_TGZ="EZFIO.2.0.2.tar.gz"
EZFIO_TGZ="EZFIO-v2.0.3.tar.gz"
BATS_URL="https://github.com/bats-core/bats-core/archive/v1.1.0.tar.gz"
BUBBLE_URL="https://github.com/projectatomic/bubblewrap/releases/download/v0.3.3/bubblewrap-0.3.3.tar.xz"
DOCOPT_URL="https://github.com/docopt/docopt/archive/0.6.2.tar.gz"
@ -185,7 +185,7 @@ if [[ ${EZFIO} = $(not_found) ]] ; then
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file ${EZFIO_TGZ}
rm -rf ezfio
mv EZFIO ezfio
mv EZFIO ezfio || mv EZFIO-v*/ ezfio
EOF
fi

BIN
external/EZFIO-v2.0.3.tar.gz vendored Normal file

Binary file not shown.

Binary file not shown.