Skip to content

Commit

Permalink
more rever deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jan 11, 2018
1 parent 41190c4 commit 4d5e623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ $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', 'cmake']
$DOCKER_CONDA_DEPS = ['cyclus', 'make', 'cmake', 'pkg-config', 'jinja2',
'gcc', 'nose']
$DOCKER_INSTALL_COMMAND = (
'git clean -fdx && '
'./install.py --build_type=Release '
Expand Down

0 comments on commit 4d5e623

Please sign in to comment.