Skip to content
Snippets Groups Projects
Unverified Commit 53830358 authored by Steve Plimpton's avatar Steve Plimpton Committed by GitHub
Browse files

Merge pull request #787 from akohlmey/user-atc-dep

Make the USER-ATC package depend on MANYBODY
parents dc4dd159 448c9c8d
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,16 @@ action () { ...@@ -26,6 +26,16 @@ action () {
fi fi
} }
# ATC library has a reference to PairEAM, so we must
# require the MANYBODY package to be installed.
if (test $1 = 1) then
if (test ! -e ../pair_eam.cpp) then
echo "Must install MANYBODY package with USER-ATC"
exit 1
fi
fi
# all package files with no dependencies # all package files with no dependencies
for file in *.cpp *.h; do for file in *.cpp *.h; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment