Skip to content

Commit

Permalink
telemac: use conda forge package + support serialize_stations()
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Dec 2, 2024
1 parent a8ead8b commit 699bba2
Show file tree
Hide file tree
Showing 14 changed files with 1,676 additions and 1,469 deletions.
5 changes: 2 additions & 3 deletions environments/binary-telemac-mpich-p3.10.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
channels:
- conda-forge
- gbrey
- tomsail
dependencies:
- compilers
- eccodes
Expand All @@ -10,7 +8,8 @@ dependencies:
- geos
- gmsh>=4.9.3
- jigsaw>=0.9.12
- opentelemac=main*=mpich*
- opentelemac
- pip
- proj
- python=3.10
- numpy<2
5 changes: 2 additions & 3 deletions environments/binary-telemac-mpich-p3.11.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
channels:
- conda-forge
- gbrey
- tomsail
dependencies:
- compilers
- eccodes
Expand All @@ -10,7 +8,8 @@ dependencies:
- geos
- gmsh>=4.9.3
- jigsaw>=0.9.12
- opentelemac=main*=mpich*
- opentelemac
- pip
- proj
- python=3.11
- numpy<2
5 changes: 2 additions & 3 deletions environments/binary-telemac-mpich-p3.9.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
channels:
- conda-forge
- gbrey
- tomsail
dependencies:
- compilers
- eccodes
Expand All @@ -10,7 +8,8 @@ dependencies:
- geos
- gmsh>=4.9.3
- jigsaw>=0.9.12
- opentelemac=main*=mpich*
- opentelemac
- pip
- proj
- python=3.9
- numpy<2
5 changes: 2 additions & 3 deletions environments/binary-telemac-openmpi-p3.10.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
channels:
- conda-forge
- gbrey
- tomsail
dependencies:
- compilers
- eccodes
Expand All @@ -10,7 +8,8 @@ dependencies:
- geos
- gmsh>=4.9.3
- jigsaw>=0.9.12
- opentelemac=main*=openmpi*
- opentelemac
- pip
- proj
- python=3.10
- numpy<2
5 changes: 2 additions & 3 deletions environments/binary-telemac-openmpi-p3.11.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
channels:
- conda-forge
- gbrey
- tomsail
dependencies:
- compilers
- eccodes
Expand All @@ -10,7 +8,8 @@ dependencies:
- geos
- gmsh>=4.9.3
- jigsaw>=0.9.12
- opentelemac=main*=openmpi*
- opentelemac
- pip
- proj
- python=3.11
- numpy<2
5 changes: 2 additions & 3 deletions environments/binary-telemac-openmpi-p3.9.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
channels:
- conda-forge
- gbrey
- tomsail
dependencies:
- compilers
- eccodes
Expand All @@ -10,7 +8,8 @@ dependencies:
- geos
- gmsh>=4.9.3
- jigsaw>=0.9.12
- opentelemac=main*=openmpi*
- opentelemac
- pip
- proj
- python=3.9
- numpy<2
2,765 changes: 1,438 additions & 1,327 deletions poetry.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 699bba2

Please sign in to comment.