Changeset 2244 in lmdz_wrf for trunk/tools/Makefile.tupa.anaconda2
- Timestamp:
- Nov 19, 2018, 7:57:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Makefile.tupa.anaconda2
r2243 r2244 1 # L. Fita, LMD. January 2017 2 # Compilation of all required Fortran modules in `llamp' (debian 9) with gcc compilers 1 # L. Fita, CIMA. November 2018 2 # Compilation of all required Fortran modules in CIMA's `tupa' with gcc compilers and anaconda environment 3 # NOTE: One will not be able to compile all the set of programs within an anaconda environment 4 # due to problems with anaconda. Installation of netcdf4 colides with installed libnetcdff 5 # - netcdf4 6 # The following packages will be downloaded: 7 # 8 # package | build 9 # ---------------------------|----------------- 10 # libnetcdf-4.6.1 | h10edf3e_2 1.3 MB 11 # 12 # The following NEW packages will be INSTALLED: 13 # 14 # netcdf4: 1.4.2-py27h4b4f87f_0 15 # 16 # The following packages will be REMOVED: 17 # 18 # libnetcdff: 4.4.4-0 matthewharrison 19 # 20 # The following packages will be UPDATED: 21 # 22 # libnetcdf: 4.4.0-hf6ef953_0 matthewharrison --> 4.6.1-h10edf3e_2 23 ##### 24 # Because of that, Makefile is splitted in two compilation sub-sets 25 ## 26 # $ make pymods: compilation of Fortran modules used in the python scripts 27 # $ make NCfortran: compiation of Fortran modules and main programs which require 28 # netCDF-fortran interface: (for: DistriCorrection and trajectories_overlap) 29 # $ make: compiles all components 30 ## 31 3 32 # A following python 'library' creation is required 4 33 ## Compilation
Note: See TracChangeset
for help on using the changeset viewer.