Commit d6357420 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

propagate global package installation bugfix to explicit package scripts

parent 62b9fa22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
Loading