-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from pradal/feature/wf
Adapt openalea-components to phenomenal
- Loading branch information
Showing
354 changed files
with
286 additions
and
16,506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "container"] | ||
path = container | ||
url = https://github.com/openalea/container |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
travis.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.