Skip to content

Commit

Permalink
require that make and cc are present to build eups
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Mar 30, 2018
1 parent 480bf05 commit 3cdff72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/newinstall.sh
Expand Up @@ -797,6 +797,9 @@ n8l::install_eups() {

local eups_build_dir="$LSST_HOME/_build"

# make is absent from many minimal linux images
n8l::require_cmds make "${CC:-cc}"

if ! ( set -e
mkdir "$eups_build_dir"
cd "$eups_build_dir"
Expand Down

0 comments on commit 3cdff72

Please sign in to comment.