mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-cvxopt: fix building on i686
This commit is contained in:
parent
6658dee0e4
commit
e6a6afde47
1 changed files with 2 additions and 0 deletions
|
@ -32,4 +32,6 @@ pre_build() {
|
||||||
export CVXOPT_BUILD_FFTW=1
|
export CVXOPT_BUILD_FFTW=1
|
||||||
export CVXOPT_BLAS_LIB=$(vopt_if openblas 'openblas' 'blas;gslcblas')
|
export CVXOPT_BLAS_LIB=$(vopt_if openblas 'openblas' 'blas;gslcblas')
|
||||||
export CVXOPT_LAPACK_LIB=$(vopt_if openblas 'openblas' 'lapack')
|
export CVXOPT_LAPACK_LIB=$(vopt_if openblas 'openblas' 'lapack')
|
||||||
|
# setup.py gets this wrong for i686 (and other 32 bit?)
|
||||||
|
export CVXOPT_SUITESPARSE_INC_DIR=${XBPS_CROSS_BASE}/usr/include/suitesparse
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue