-
Notifications
You must be signed in to change notification settings - Fork 18
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
env files need to set SIRF_PATH to where data is installed #722
Comments
SIRF finds location for install here |
Ideally we should get rid of the use of |
Pending SyneRBI/SIRF#1201, so postponing |
Likely we can now just remove |
SIRF tests still use the Before going into that, note that it is currently set as SIRF-SuperBuild/env_sirf.sh.in Line 6 in 8ca5067
Also, I believe that in the new docker env, we don't have the source anymore, so optionally fix nowI found a few places where SIRF-SuperBuild/docker/start-gadgetron-notebook.sh Lines 31 to 34 in 8ca5067
SIRF-SuperBuild/docker/devel/test.sh Lines 12 to 15 in 8ca5067
Note that these 2 VM scripts should use another way to find the location of the sources after we remove SIRF-SuperBuild/VirtualBox/scripts/update_VM_to_full_CIL.sh Lines 13 to 14 in 8ca5067
SIRF-SuperBuild/VirtualBox/scripts/update_VM_to_full_STIR.sh Lines 14 to 15 in 8ca5067
fix laterI found 2 locations in the doc referring to Line 257 in 8ca5067
long term problem?By the way, as the docker images don't contain the build files either, I guess we don't run any SIRF tests in them (which isn't great). Is that correct, @casperdcl ? |
SIRF-SuperBuild/env_sirf.sh.in
Line 6 in 3950a2a
but this means we need to have access to the source files.
Should instead be something like
${CMAKE_INSTALL_PREFIX}/share/SIRF-3.2/
. see https://github.com/SyneRBI/SIRF-SuperBuild/pull/718/files#r882778578The text was updated successfully, but these errors were encountered: