mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-06 21:43:39 +01:00
Update EZFIO
This commit is contained in:
parent
25663a89cd
commit
5683fff109
4
configure
vendored
4
configure
vendored
@ -17,7 +17,7 @@ export CC=gcc
|
|||||||
|
|
||||||
# /!\ When updating version, update also etc files
|
# /!\ 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"
|
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"
|
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"
|
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
|
cd "\${QP_ROOT}"/external
|
||||||
tar --gunzip --extract --file ${EZFIO_TGZ}
|
tar --gunzip --extract --file ${EZFIO_TGZ}
|
||||||
rm -rf ezfio
|
rm -rf ezfio
|
||||||
mv EZFIO ezfio
|
mv EZFIO ezfio || mv EZFIO-v*/ ezfio
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
BIN
external/EZFIO-v2.0.3.tar.gz
vendored
Normal file
BIN
external/EZFIO-v2.0.3.tar.gz
vendored
Normal file
Binary file not shown.
BIN
external/EZFIO.2.0.2.tar.gz
vendored
BIN
external/EZFIO.2.0.2.tar.gz
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user