File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,11 @@ install:
3636 mkdir -p $SPACK_ROOT &&
3737 git clone --depth 50 https://github.com/spack/spack.git $SPACK_ROOT &&
3838 echo -e "config:""\n build_jobs:"" 2" > $SPACK_ROOT/etc/spack/config.yaml;
39- echo -e "packages:""\n cmake:"
40- " \n paths:"
41- " \n [email protected] $COMPILERSPEC arch=linux-ubuntu14.04-x86_64:" 42- " $(dirname $(which cmake))"
43- " \n buildable:" " False" > $SPACK_ROOT/etc/spack/packages.yaml;
4439 fi
4540 - spack compiler add
4641 - travis_wait spack install
47- cmake@3.9.2
42+ cmake@3.10.0~openssl~ncurses
4843 $COMPILERSPEC
49- # ~openssl~ncurses
5044 - travis_wait spack install
5145 [email protected] ~date_time~graph~iostreams~locale~log~random~thread~timer~wave 5246 $COMPILERSPEC
You can’t perform that action at this time.
0 commit comments