mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-26 07:02:11 +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
|
conda install -y -q pytest numpy scipy
|
||||||
}
|
}
|
||||||
- ps: |
|
- ps: |
|
||||||
Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.2.9.zip'
|
Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.3.0.zip'
|
||||||
7z x 3.2.9.zip -y > $null
|
7z x 3.3.0.zip -y > $null
|
||||||
$env:CMAKE_INCLUDE_PATH = "eigen-eigen-dc6cfdf9bcec"
|
$env:CMAKE_INCLUDE_PATH = "eigen-eigen-26667be4f70b"
|
||||||
build_script:
|
build_script:
|
||||||
- cmake -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
|
- cmake -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
|
||||||
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
|
@ -97,9 +97,9 @@ install:
|
|||||||
else
|
else
|
||||||
pip install numpy scipy pytest
|
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
|
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
|
fi
|
||||||
script:
|
script:
|
||||||
- $SCRIPT_RUN_PREFIX cmake ${CMAKE_EXTRA_ARGS}
|
- $SCRIPT_RUN_PREFIX cmake ${CMAKE_EXTRA_ARGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user