Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite smpi build scripts to deal with file names containing spaces.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 13 Nov 2013 15:06:00 +0000 (16:06 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 13 Nov 2013 16:15:39 +0000 (17:15 +0100)
commitba66c0a53a3284954996b301af67e23b04513d87
tree6a643a648745bf9801ab9bc42c5a3720d6dc639b
parentc148bb1a988abab01dcf52b90bfe1df90517bf0f
Rewrite smpi build scripts to deal with file names containing spaces.

Retain sh compatibility.

More work is still needed to make it work completely:
- cmake substitutions don't escape spaces (e.g. @INCLUDEARGS@)
- smpif2c breaks with spaces in file names
buildtools/Cmake/CompleteInFiles.cmake
buildtools/Cmake/DefinePackages.cmake
src/smpi/smpicc.in
src/smpi/smpif90.in
src/smpi/smpiff.in
src/smpi/smpitools.sh [new file with mode: 0644]