Skip to content

Commit

Permalink
Add new buildout section for liblas
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbermattenm committed May 29, 2015
1 parent 07ce2a5 commit 493c376
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ parts =
modwsgi
template
modwsgi-patch
liblas

develop = .

show-picked-versions = true

newest = false
prefer-final = true

Expand Down Expand Up @@ -53,6 +55,8 @@ lidar_data_normalized = overwriteme

intranet_code = overwriteme

liblas = libLAS-1.8.0-cp27-none-win32.whl

[pyramid]
recipe = zc.recipe.egg
dependent-scripts = true
Expand Down Expand Up @@ -87,3 +91,9 @@ cmds =
>>> else:
>>> print line
>>> fileinput.close()

[liblas]
recipe = collective.recipe.cmd
on_install = true
on_update = true
cmds = ${buildout:directory}\buildout\bin\pip.exe install ${buildout:directory}\wheels\${vars:liblas}

0 comments on commit 493c376

Please sign in to comment.