mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 11:03:29 +01:00
Force GCC for dependencies
This commit is contained in:
parent
c8530a5dc6
commit
e61cf32ea3
3
configure
vendored
3
configure
vendored
@ -3,6 +3,9 @@
|
|||||||
# Quantum Package configuration script
|
# 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
|
TEMP=$(getopt -o c:i:h -l config:,install:,help -n $0 -- "$@") || exit 1
|
||||||
eval set -- "$TEMP"
|
eval set -- "$TEMP"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user