Skip to content

Commit

Permalink
add cmake to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jan 11, 2018
1 parent f61139b commit 41190c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $CHANGELOG_FILENAME = 'CHANGELOG.rst'
$CHANGELOG_TEMPLATE = 'TEMPLATE.rst'

$DOCKER_APT_DEPS = ['libc6', 'libc6-i386', 'libc6-dev', 'libc-dev', 'gcc']
$DOCKER_CONDA_DEPS = ['cyclus-build-deps', 'cyclus', 'make']
$DOCKER_CONDA_DEPS = ['cyclus-build-deps', 'cyclus', 'make', 'cmake']
$DOCKER_INSTALL_COMMAND = (
'git clean -fdx && '
'./install.py --build_type=Release '
Expand Down

0 comments on commit 41190c4

Please sign in to comment.