Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
219b10ac
Commit
219b10ac
authored
Nov 11, 2016
by
Jason Rhinelander
Committed by
Wenzel Jakob
Nov 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update travis and appveyor builds to eigen 3.3.0 (#491)
parent
2b92a491
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.appveyor.yml
+3
-3
.travis.yml
+2
-2
No files found.
.appveyor.yml
View file @
219b10ac
...
@@ -23,9 +23,9 @@ install:
...
@@ -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"
...
...
.travis.yml
View file @
219b10ac
...
@@ -97,9 +97,9 @@ install:
...
@@ -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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment