Update CIL build instructions in developer guide#2286
Conversation
data is not installed by the pip command so it is not useful to clone the repo recursively
Added information about creating a shallow clone with --depth parameter.
casperdcl
left a comment
There was a problem hiding this comment.
a bit concerned about:
- repetition in
README.md&developer_guide.rst(would prefer one to link to the other) - lack of mention of conda env names (
create --name <env_name>&&activate <env_name)
This PR in scripts has the env file: https://github.com/TomographicImaging/scripts/pull/9/changes I am not sure where they should live - we need to discuss what the purpose of https://github.com/TomographicImaging/scripts is |
Signed-off-by: Casper da Costa-Luis <casper.dcl@physics.org>
casperdcl
left a comment
There was a problem hiding this comment.
We could also move scripts/requirements-test.yml to just environment.yml in the root.
|
We will move the dev environment files into CIL, not host them in scripts, see: TomographicImaging/scripts#9 (review) |
Co-authored-by: Gemma Fardell <47746591+gfardell@users.noreply.github.com> Signed-off-by: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com>
gfardell
left a comment
There was a problem hiding this comment.
My only comment is on package order in the test script. It all looks great, but I did not walk through them.
|
It was not necessary to have both requirements-test.yml and cil_development.yml - so I merged them into one file named cil_development.yml. Everything else has been reviewed and approved except this change |
|
Thanks @casperdcl |


Description
FindIPP.cmaketo find IPP libraries in conda environmentsExample Usage
Contribution Notes
Changes
README.md-Ccmake.define.IPP_ROOT=$CONDA_PREFIXwas passedTesting you performed
Local build on:
Checked the artifact documentation produced by GHA.
Linux
On Linux a total of 43 tests are skipped:
Plus these which test compatibility with SIRF (which is not installed)
Windows
Related issues/links
Checklist