-
Notifications
You must be signed in to change notification settings - Fork 4
Dependency Install via Conan Package Management #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
erikzenker
wants to merge
31
commits into
ComputationalRadiationPhysics:dev
Choose a base branch
from
erikzenker:topic-conan
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
325592a
Added conan dependency resolving for zmq
erikzenker fcc9b9e
Conan travis integration
erikzenker 1f43439
Pip upgrade
erikzenker a99bda9
pip install into home directory
erikzenker 0555fdf
pip install into home directory
erikzenker 0062359
remove -r option of pip
erikzenker a93ad1b
Added metis and boost dependency
erikzenker 8ca4687
* Set required option for graybat cmake deps
erikzenker 0410287
update matrix env setting
erikzenker 7df97e5
update travis if/else construction
erikzenker 918a461
matrix build testing
erikzenker 2dfbc16
matrix build testing - #2
erikzenker c6b902c
matrix build testing - #3
erikzenker 7d119b0
matrix build testing - #4
erikzenker 0309d90
matrix build testing - #5
erikzenker 10813ca
matrix build testing - #6
erikzenker c8b46d3
matrix build testing - #6
erikzenker 6142a51
matrix build testing - #7
erikzenker ac091e9
Add cmake to all travis install targets
erikzenker 9b5c0c3
Boost does not yet build from conan with mpi, thus, leave it open for…
erikzenker 2a5f367
Boost does not yet build from conan with mpi, thus, leave it open for…
erikzenker 4035070
Boost does not yet build from conan with mpi, thus, leave it open for…
erikzenker a3b317b
conan compiler configuration
erikzenker eb31e19
try to set cmake compiler id correctly
erikzenker 2819070
debug print cmake compiler id
erikzenker 1f191b1
dirty workaround to set compiler id manually
erikzenker c13bc04
Fix zmq module include and library path
erikzenker 947b3df
Fix zmq module include and library path - #2
erikzenker 870f3f1
Generate shared object from conan zmq
erikzenker 4fd37fb
Add boost on conanfile
erikzenker 46927fb
WIP
erikzenker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| [requires] | ||
| zmqcpp/4.1.1@memsharded/stable | ||
| ZMQ/4.1.1@memsharded/stable | ||
| Metis/5.1.0.p1@erikzenker/testing | ||
| Boost/1.62.0.beta.1@erikzenker/testing | ||
|
|
||
| [generators] | ||
| cmake | ||
|
|
||
| [options] | ||
| ZMQ:shared=True | ||
| Boost:shared=True |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add the conan code below this paragraph to resolve all dependencies :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some or all dependencies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to investigate if I could use local dependencies when they are available and just get the missing ones.