Skip to content

Commit

Permalink
conda + parabem
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Apr 10, 2016
1 parent 9b486bb commit 39fcfc2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openglider/glider/in_out/export_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def export_apame(glider, path="", midribs=0, numpoints=None, *other):
return outfile.close()


def ppm_Panels(glider, midribs=0, profile_numpoints=None, num_average=0, symmetric=False, distribution=None):
def paraBEM_Panels(glider, midribs=0, profile_numpoints=None, num_average=0, symmetric=False, distribution=None):
"""return the vertices, panels and the trailing edge of a glider, as paraBEM objects.
midribs: midribs of a cell spanwise. if num_average is greater then
Expand Down
3 changes: 3 additions & 0 deletions packaging/conda/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
32 changes: 32 additions & 0 deletions packaging/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
package:
name: openglider
version: 0.0.1

build:
number: 1

source:
path: ../../

requirements:
build:
- python
- meshpy
- parabem
- numpy
- ezodf
- lxml
- ezdxf
- svgwrite
run: # channels
- python
- meshpy # - https://conda.anaconda.org/looooo
- parabem # - https://conda.anaconda.org/looooo
- numpy
- ezodf # - https://conda.anaconda.org/looooo
- svgwrite # - https://conda.anaconda.org/omnia
- ezdxf # - https://conda.anaconda.org/looooo
- lxml # - https://conda.anaconda.org/anaconda

about:
summary: paraglider design

0 comments on commit 39fcfc2

Please sign in to comment.