Skip to content

Commit 3983a8e

Browse files
committed
AppVeyor: Update eigen to 3.3.3
The 3.3.2 changelog indicates it has some VS 2017 fixes. Updating to see if that avoids the random build failures.
1 parent 4c72ec2 commit 3983a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ install:
3434
conda install -y -q pytest numpy scipy
3535
}
3636
- ps: |
37-
Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.3.0.zip'
38-
7z x 3.3.0.zip -y > $null
39-
$env:CMAKE_INCLUDE_PATH = "eigen-eigen-26667be4f70b"
37+
Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.3.3.zip'
38+
7z x 3.3.3.zip -y > $null
39+
$env:CMAKE_INCLUDE_PATH = "eigen-eigen-67e894c6cd8f"
4040
build_script:
4141
- cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%" -DPYBIND11_WERROR=ON
4242
- set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"

0 commit comments

Comments
 (0)