Skip to content

Commit

Permalink
Merge pull request #30 from pradal/feature/wf
Browse files Browse the repository at this point in the history
Adapt openalea-components to phenomenal
  • Loading branch information
pradal authored Feb 17, 2018
2 parents 4f86e0a + 54da3a9 commit 7191c73
Show file tree
Hide file tree
Showing 354 changed files with 286 additions and 16,506 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "container"]
path = container
url = https://github.com/openalea/container
1 change: 1 addition & 0 deletions .travis.yml
47 changes: 47 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
platform:
- x86
- x64

environment:
matrix:
# Add here environement variables to control the Travis CI build
- CONDA_RECIPE: conda
CONDA_VERSION: 2


install:
- git clone https://github.com/OpenAlea/appveyor-ci.git appveyor-ci
- cd appveyor-ci
- call install.bat

before_build:
- call before_build.bat

build_script:
- call build_script.bat

after_build:
- call after_build.bat

deploy:
provider: Script
on:
branch: master

before_deploy:
- call before_deploy.bat

deploy_script:
- call deploy_script.bat

after_deploy:
- call after_deploy.bat

on_success:
- call on_success.bat

on_failure:
- call on_failure.bat

on_finish:
- call on_finish.bat
34 changes: 34 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{% set version = "2.0.0" %}

package:
name: openalea.components
version: {{ version }}

source:
path: ..

build:
preserve_egg_dir: True
number: 0
script: python multisetup.py install --prefix=$PREFIX


requirements:
build:
- openalea.deploy
- openalea.misc
run:
- openalea.deploy
- openalea.misc
- openalea.core
- numpy
- scipy
- matplotlib

test:
imports:
- openalea.math

about:
home: http://openalea.gforge.inria.fr/
license: Cecill-C License
1 change: 1 addition & 0 deletions container
Submodule container added at f25c4d
5 changes: 0 additions & 5 deletions container/AUTHORS.txt

This file was deleted.

42 changes: 0 additions & 42 deletions container/ChangeLog.txt

This file was deleted.

Loading

0 comments on commit 7191c73

Please sign in to comment.