We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1fc1f commit 9848d33Copy full SHA for 9848d33
.appveyor.yml
@@ -21,9 +21,9 @@ install:
21
python -W ignore -m pip install --upgrade pip wheel
22
python -W ignore -m pip install pytest numpy --no-warn-script-location
23
- ps: |
24
- Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.3.3.zip'
25
- 7z x 3.3.3.zip -y > $null
26
- $env:CMAKE_INCLUDE_PATH = "eigen-eigen-67e894c6cd8f;$env:CMAKE_INCLUDE_PATH"
+ Start-FileDownload 'https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zip'
+ 7z x eigen-3.3.7.zip -y > $null
+ $env:CMAKE_INCLUDE_PATH = "eigen-3.3.7;$env:CMAKE_INCLUDE_PATH"
27
build_script:
28
- cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%"
29
-DCMAKE_CXX_STANDARD=14
0 commit comments