Enable python_solvespace (#2389)

This commit is contained in:
Frank 2022-04-12 22:35:01 +08:00 committed by GitHub
parent 628104155a
commit 1c14950b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ source:
sha256: 951b4cf3858dc337bbfa9f6d9efe9fd6e8dfa7fed022556196add1ba5a56b045
build:
script: |
pip install -t $HOSTSITEPACKAGES cython
wget https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz && tar -zxvf eigen-3.4.0.tar.gz
cp -rn eigen-3.4.0/Eigen python_solvespace/include
test: