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.
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
Add cil #154
Add cil #154
Changes from all commits
f6910a8
36217fd
7f6955b
e54712f
01b41ae
cc47c52
50830ce
e244b1a
4205dbc
a652614
90740d5
d23f78c
147a557
520c70b
6b1ff05
2885fbc
fa47308
bb541e4
c3dacbe
1f5ad30
07acf19
bc27a0b
85ca375
a2f24b0
edd8628
7bfd43f
b36b0fd
eb22e04
bbce834
9db7f7d
3a0e11a
5617455
ceeddc0
101bb79
0c6c613
3a113f1
cf32f9c
a2e70b2
4c66176
b431327
17514b5
97ec1a4
db0cb7b
43178e2
3ca2531
43cc82b
de1c6bd
ada6d50
26b9b39
e581da2
685f0d8
cd996d4
eb3555b
2318d2e
476f3cb
7e4c193
d4c6aa6
acb8f23
6c3c182
2f3f07d
3268078
c5bbc3b
44eb833
5e15cf1
1108c0d
9cd354a
12c89b2
d31ad8f
c79d9ef
c67d2c0
20dea0c
0e521a2
df69306
b004e7e
9487b95
9e95fee
a752ff6
b6a201b
b1f69de
11e656d
dd1b643
ce7ebff
4c8a381
642886d
e7e8d95
2aff173
7504a52
52314c2
d73b671
4149f78
929119a
a955860
ea10bcf
0284132
58455e2
7c09193
481dccd
66e688d
a37bd03
6f66a73
448445d
07938a2
9a800f7
29028e9
f9862cb
78ececd
5658cff
13d297d
1cdd2e3
b0777d3
9c23601
420f1cf
ab75adf
5d259a7
9f46c85
a8ed0b0
86cc19e
ac181ea
432ff49
2b5ec0d
2358140
e0a13e9
f30be58
e4ae893
a7e0a62
5761333
24ca979
58353b5
3802b54
c04af38
9f83fe9
570937b
ac23054
3d48ff3
2d634bf
48bdca8
51113fd
7fea0a8
bd582aa
213919f
d1808aa
d4a99c2
841e808
3f97f9a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
better to have
BUILD_CIL
andBUILD_ASTRA
separately? OrBUILD_CIL_STRATEGY CACHE STRING "FULL NO_ASTRA"
?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.
@paskino should also
set(BUILD_CIL_LITE OFF)
?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.
Why is
BUILD_CIL
overridden forconda
?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.
because it's not developed.
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.
what does that mean?
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.
it means that I developed only the installation for
PYTHONPATH
.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.
right... not sure if that will work then. Surely the VM uses conda?
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.
No the VM uses system python and
PYTHONPATH
. I think Travis and docker use conda.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.
kewl but as per https://github.com/CCPPETMR/SIRF-SuperBuild/blob/7354e5c9feafa46314df02be7ea508d472c4a56a/SuperBuild.cmake#L113-L116 there's no harm in using
CONDA
. It just means that whoever runs the build will be responsible for manually installing python modules themselves.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.
In this case I don't think it should be there as an option.