forked from pool/mvapich2
Nicolas Morey
13e60bd8b4
- mrail-fix-incompatible-pointer-issues.patch - util-add-missing-include.patch - psm-add-missing-declaration.patch - Refresh 0001-Drop-real128.patch to work with patch -p0 - Switch to autopatch OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=103
16 lines
318 B
Tcsh
16 lines
318 B
Tcsh
set -f path= ( prefix/bin $path )
|
|
|
|
if ($?MANPATH) then
|
|
if ( "$MANPATH" !~ *prefix/man* ) then
|
|
setenv MANPATH prefix/man:$MANPATH
|
|
endif
|
|
else
|
|
setenv MANPATH prefix/man:
|
|
endif
|
|
|
|
if ($?LD_LIBRARY_PATH) then
|
|
setenv LD_LIBRARY_PATH libdir:$LD_LIBRARY_PATH
|
|
else
|
|
setenv LD_LIBRARY_PATH libdir
|
|
endif
|