-
- Downloads
Update following the release of TELEMAC 9.0
- MUMPS, OpenBLAS and Python have been updated - The versions of the Python packages have been updated to their latest revision, with the exception of NumPy, which has been set to version 1.26.4 - Some compilation flags have been added for GCC 14.2.
Showing
- build-telemac.bat 57 additions, 15 deletionsbuild-telemac.bat
- patches/scalapack-2.2.1.patch 117 additions, 0 deletionspatches/scalapack-2.2.1.patch
- python_requirements.txt 5 additions, 5 deletionspython_requirements.txt
- python_requirements_9.0.txt 132 additions, 0 deletionspython_requirements_9.0.txt
patches/scalapack-2.2.1.patch
0 → 100644
numpy==1.26 | ||
numpy==1.26.4 | ||
scipy | ||
matplotlib | ||
mpi4py | ||
... | ... | @@ -13,9 +13,9 @@ seaborn |
# GDAL, Fiona and Rasterio Python packages cannot be installed using PyPI on Windows | ||
# Also, the version of Shapely that comes through pip is unstable | ||
# Instead, we need to use unofficial wheels from Christoph Gohlke’s website | ||
.\wheels\GDAL-3.8.2-cp311-cp311-win_amd64.whl | ||
.\wheels\fiona-1.9.5-cp311-cp311-win_amd64.whl | ||
.\wheels\rasterio-1.3.9-cp311-cp311-win_amd64.whl | ||
.\wheels\shapely-2.0.2-cp311-cp311-win_amd64.whl | ||
.\wheels\GDAL-3.9.2-cp311-cp311-win_amd64.whl | ||
.\wheels\fiona-1.10.1-cp311-cp311-win_amd64.whl | ||
.\wheels\rasterio-1.3.11-cp311-cp311-win_amd64.whl | ||
.\wheels\shapely-2.0.6-cp311-cp311-win_amd64.whl | ||
geopandas | ||
pyqt5 | ||
\ No newline at end of file |
python_requirements_9.0.txt
0 → 100644
Please register or sign in to comment