mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
Update travis and appveyor builds to eigen 3.3.0 (#491)
This commit is contained in:
parent
2b92a49115
commit
219b10ac99
@ -23,9 +23,9 @@ install:
|
||||
conda install -y -q pytest numpy scipy
|
||||
}
|
||||
- ps: |
|
||||
Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.2.9.zip'
|
||||
7z x 3.2.9.zip -y > $null
|
||||
$env:CMAKE_INCLUDE_PATH = "eigen-eigen-dc6cfdf9bcec"
|
||||
Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.3.0.zip'
|
||||
7z x 3.3.0.zip -y > $null
|
||||
$env:CMAKE_INCLUDE_PATH = "eigen-eigen-26667be4f70b"
|
||||
build_script:
|
||||
- cmake -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
|
||||
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
|
@ -97,9 +97,9 @@ install:
|
||||
else
|
||||
pip install numpy scipy pytest
|
||||
|
||||
wget -q -O eigen.tar.gz https://bitbucket.org/eigen/eigen/get/3.2.9.tar.gz
|
||||
wget -q -O eigen.tar.gz https://bitbucket.org/eigen/eigen/get/3.3.0.tar.gz
|
||||
tar xzf eigen.tar.gz
|
||||
export CMAKE_EXTRA_ARGS="${CMAKE_EXTRA_ARGS} -DCMAKE_INCLUDE_PATH=$PWD/eigen-eigen-dc6cfdf9bcec"
|
||||
export CMAKE_EXTRA_ARGS="${CMAKE_EXTRA_ARGS} -DCMAKE_INCLUDE_PATH=$PWD/eigen-eigen-26667be4f70b"
|
||||
fi
|
||||
script:
|
||||
- $SCRIPT_RUN_PREFIX cmake ${CMAKE_EXTRA_ARGS}
|
||||
|
Loading…
Reference in New Issue
Block a user