Skip to content

Commit

Permalink
missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Apr 24, 2018
1 parent f4ccbf6 commit 32b1332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ if(PYTHONINTERP_FOUND)
python_pkg_alias(pGadgetron "sirf.pGadgetron")
python_pkg_alias(pSTIR "sirf.pSTIR")
python_pkg_alias(pUtilities "sirf.pUtilities")
python_pkg_alias(pygadgetron "sirf.pygadgetron")
python_pkg_alias(pystir "sirf.pystir")
python_pkg_alias(pyiutilities "sirf.pyiutilities")
# convert to python CSV tuple for setup.py configure_file
string(REPLACE ";" "', '" PYTHON_SETUP_PKGS_CSV "${PYTHON_SETUP_PKGS}")
set(PYTHON_SETUP_PKGS_CSV "'${PYTHON_SETUP_PKGS_CSV}'")
Expand Down

0 comments on commit 32b1332

Please sign in to comment.