Changeset 42138
- Timestamp:
- Mar 23, 2022, 10:45:04 AM (4 years ago)
- Location:
- branches/eam_branches/ipp-20220316/psconfig
- Files:
-
- 5 edited
-
INSTALL (modified) (1 diff)
-
README (modified) (1 diff)
-
psbuild (modified) (1 diff)
-
pschecklibs (modified) (2 diffs)
-
pscheckperl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/psconfig/INSTALL
r41706 r42138 211 211 ** the steps above are probably not actually needed. When is PSCONFDIR needed? 212 212 213 NOTE: see https://stackoverflow.com/questions/44967115/weak-linking-vs-as-needed 214 for a discussion of the -no-as-needed option in gcc 215 213 216 *** SUMMARY *** 214 217 215 218 For Ubuntu: 216 219 217 psbuild -extbuild -clean -rebuild -dev -optimize -no-as-needed ipp- 3.3220 psbuild -extbuild -clean -rebuild -dev -optimize -no-as-needed ipp-ubuntu 218 221 219 222 For Gentoo: 220 223 221 psbuild -extbuild -clean -rebuild -dev -optimize ipp- 3.1222 224 psbuild -extbuild -clean -rebuild -dev -optimize ipp-gentoo 225 -
branches/eam_branches/ipp-20220316/psconfig/README
r41706 r42138 7 7 *** SUMMARY *** 8 8 9 For Ubuntu :9 For Ubuntu (gcc includes -as-needed by default) : 10 10 11 psbuild -extbuild -clean -rebuild -dev -optimize -no-as-needed ipp- 3.311 psbuild -extbuild -clean -rebuild -dev -optimize -no-as-needed ipp-ubuntu 12 12 13 13 For Gentoo: 14 14 15 psbuild -extbuild -clean -rebuild -dev -optimize ipp- 3.115 psbuild -extbuild -clean -rebuild -dev -optimize ipp-gentoo 16 16 17 For Manjaro (gcc 11 strict on strcpy) : 18 19 psbuild -extbuild -clean -rebuild -dev -optimize -debug-build ipp-manjaro 20 -
branches/eam_branches/ipp-20220316/psconfig/psbuild
r41177 r42138 142 142 143 143 if ( @ARGV == 0) { 144 die "a distribution name is now required by psbuild (e.g., ipp- 3.3)\n";144 die "a distribution name is now required by psbuild (e.g., ipp-ubuntu)\n"; 145 145 } else { 146 146 $distribution = "$tagsets/$ARGV[0].dist"; -
branches/eam_branches/ipp-20220316/psconfig/pschecklibs
r34087 r42138 2 2 3 3 $tagsets = "tagsets"; 4 if (!-d $tagsets || !-r $tagsets || !-x $tagsets) { die "missing the directory of distribution tables: $tagsets\n"; } 5 4 6 $needdev = 0; 5 7 … … 55 57 56 58 if ( @ARGV == 0) { 57 @list = <$tagsets/*.libs>; 58 $file = $list[-1]; 59 die "a distribution name is now required by pschecklibs (e.g., ipp-ubuntu)\n"; 59 60 } else { 60 61 $file = "$tagsets/$ARGV[0].libs"; -
branches/eam_branches/ipp-20220316/psconfig/pscheckperl
r40786 r42138 2 2 3 3 $tagsets = "tagsets"; 4 if (!-d $tagsets || !-r $tagsets || !-x $tagsets) { die "missing the directory of distribution tables: $tagsets\n"; } 4 5 5 6 $version = ""; … … 40 41 41 42 if ( @ARGV == 0) { 42 @list = <$tagsets/*.perl>; 43 $file = $list[-1]; 43 die "a distribution name is now required by pscheckperl (e.g., ipp-ubuntu)\n"; 44 44 } else { 45 45 $file = "$tagsets/$ARGV[0].perl";
Note:
See TracChangeset
for help on using the changeset viewer.
