10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-22 05:02:22 +02:00

Force GCC for dependencies

This commit is contained in:
Anthony Scemama 2019-10-21 17:40:54 +02:00
parent c8530a5dc6
commit e61cf32ea3

3
configure vendored
View File

@ -3,6 +3,9 @@
# Quantum Package configuration script
#
# Force GCC instead of ICC for dependencies
export CC=gcc
TEMP=$(getopt -o c:i:h -l config:,install:,help -n $0 -- "$@") || exit 1
eval set -- "$TEMP"