Skip to content
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

update CIL and CCPi-Regularisation version and reinstate tests #897

Merged
merged 25 commits into from
Jun 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
687a1de
update CIL and CCPi-Regularisation version and reinstate tests
paskino May 13, 2024
e311b86
update build command
paskino May 13, 2024
f13ab94
update SIRF tags
paskino May 13, 2024
0123256
test if ROOT errors are due to GCC 11
paskino May 13, 2024
e3d4115
update Changelog
paskino May 14, 2024
4b19647
install cil from source if BUILD_CIL=ON and not from conda
paskino May 15, 2024
711ce31
install CIL via conda if BUILD_CIL=OFF
paskino May 15, 2024
1b88642
this works
paskino May 15, 2024
65e2d70
remove CIL if BUILD_CIL=ON
paskino May 15, 2024
1466410
removed partial comment
paskino May 15, 2024
6a0bf4b
fix BUILD_CIL value handling
casperdcl May 16, 2024
a0e8871
update test to look for OFF
paskino May 16, 2024
d6ab950
Merge branch 'bump_cil_modules' of github.com:SyneRBI/SIRF-SuperBuild…
paskino May 16, 2024
0caafd3
updated SIRF and CIL tags
paskino May 16, 2024
e6a0c65
Merge remote-tracking branch 'origin' into bump_cil_modules
paskino May 16, 2024
f7424c0
update Changelog
paskino May 16, 2024
6699a8a
workaround for jupyterhub blasting our .bashrc
paskino May 19, 2024
c8f6e65
Merge branch 'master' into bump_cil_modules
KrisThielemans May 31, 2024
da65e19
bash: source once
casperdcl May 31, 2024
4f88a98
revert one line
casperdcl Jun 3, 2024
7a0ac56
update to newest CCPi code versions
paskino Jun 6, 2024
1cb17ad
add cil requirements as we delete cil if BUILD_CIL=ON
paskino Jun 6, 2024
a73251d
update changelog
paskino Jun 6, 2024
bd0f090
min 1 thread
casperdcl Jun 7, 2024
e899666
Update CHANGES.md
casperdcl Jun 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions env_sirf.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Use it like this
# source /path/to/whereever/env_ccppetmr.sh
# Preferably add this line to your .basrhc, .profile or whatever file is appropriate for your shell
test -n "$SIRF_ENV_SOURCED" && return; SIRF_ENV_SOURCED=1 # pragma once

SIRF_PATH=@SIRF_SOURCE_DIR@
export SIRF_PATH
Expand Down
Loading