Skip to content

Commit

Permalink
Merge pull request #23 from williamfgc/conda
Browse files Browse the repository at this point in the history
Updated conda scripts
  • Loading branch information
williamfgc authored Jan 29, 2020
2 parents 126b790 + 4cda644 commit 692043a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
13 changes: 7 additions & 6 deletions scripts/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
package:
name: adios2-examples-openmpi
version: 2.5.0
name: adios2-examples
version: 2.5.0-rc2

build:
number: 0
string: full
string: openmpi

source:
git_url: https://github.com/ornladios/adios2-examples.git
git_rev: master
git_rev: v2.5.0-rc2
git_depth: 1

requirements:
build:
Expand All @@ -17,13 +18,13 @@ requirements:
- mpi4py
- numpy=1.15
- cmake
- adios2-openmpi
- adios2-openmpi=2.5.0=full
run:
- python
- openmpi
- mpi4py
- numpy=1.15
- adios2-openmpi
- adios2-openmpi=2.5.0=full
- matplotlib

about:
Expand Down
11 changes: 7 additions & 4 deletions source/cpp/gray-scott/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ install(FILES "adios2.xml" "visit-bp4.session" "visit-bp4.session.gui"
"simulation/settings-files.json"
"simulation/settings-staging.json"
"plot/decomp.py" "plot/gsplot.py" "plot/pdfplot.py"
"cleanup.sh" "README.md"
DESTINATION
${CMAKE_INSTALL_PREFIX}/share/adios2-examples/gray-scott)

"README.md"
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2-examples/gray-scott)


install(PROGRAMS "cleanup.sh"
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/adios2-examples/gray-scott)

0 comments on commit 692043a

Please sign in to comment.