forked from lijiext/lammps
propagate global package installation bugfix to explicit package scripts
This commit is contained in:
parent
62b9fa22b8
commit
d6357420ae
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -36,7 +36,7 @@ touch ../write_restart.cpp
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package to include/exclude LMP_MPIIO setting
|
||||
|
|
|
@ -25,7 +25,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -35,7 +35,7 @@ touch ../variable.cpp
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -27,7 +27,7 @@ action () {
|
|||
}
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -35,6 +35,6 @@ for file in *.cpp *.h; do
|
|||
elif (test $file = "pair_cdeam.h") then
|
||||
action pair_cdeam.h pair_eam_alloy.cpp
|
||||
else
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
fi
|
||||
done
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -27,7 +27,7 @@ action () {
|
|||
}
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -27,7 +27,7 @@ action () {
|
|||
}
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
|
@ -29,7 +29,7 @@ action () {
|
|||
# all package files with no dependencies
|
||||
|
||||
for file in *.cpp *.h; do
|
||||
action $file
|
||||
test -f ${file} && action $file
|
||||
done
|
||||
|
||||
# edit 2 Makefile.package files to include/exclude package info
|
||||
|
|
Loading…
Reference in New Issue