Displaying 1 result from an estimated 1 matches for "mathlibsourcedir".
2006 Dec 07
9
Exec as another user
...file[$source], file[$dest] ],
66 alias => "untar-$name"
67 }
68 }
10 define sourceuntar ($file, $creates) {
11 untar { "$name-$compilerType" :
12 source => "$mathSourceDir/$file",
13 dest => $mathLibSourceDir,
14 creates => "$mathLibSourceDir/$creates" ,
15 require => file["$mathSourceDir/$file"]
16 }
17 }
62 sourceuntar { "mpich" : file => $mpiFile, creates => $mpiDir }
However when I run this, tar is behaving...