From 4c26faa3549eaf743509ec2a74a3db36bee04ce8 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Wed, 27 Dec 2023 17:08:53 -0700 Subject: [PATCH 1/2] Conda - Add new environment specific for OS X Add a yaml file to create a isnoda environment that allows for SMRF and pysnobal compilation with the Anacondad compiler tools. Currently set to clang version 12. --- conda/environment_Mac_OSX.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 conda/environment_Mac_OSX.yml diff --git a/conda/environment_Mac_OSX.yml b/conda/environment_Mac_OSX.yml new file mode 100644 index 00000000..712ec5ea --- /dev/null +++ b/conda/environment_Mac_OSX.yml @@ -0,0 +1,31 @@ +name: isnoda +channels: +- conda-forge +dependencies: +- beautifulsoup4 +- cfgrib +- cftime=1.5.2 +- clang_osx-64=12 +- coloredlogs +- cython +- dateparser=0.7.2 +- llvm-openmp +- make +- numpy=1.20.3 +- openmpi=4 +- pandas=1.3.5 +- pip +- progressbar2 +- pykrige +- python=3.7 +- pytz +- pyyaml +- regex=2020.2.20 +- requests +- scipy[version='<1.7.0'] +- setuptools_scm[version='<4.2'] +- siphon +- urllib3 +- utm +- xarray=0.15.1 + From 13c66843f81980d56e5f8d6893b76c682142a686 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Wed, 27 Dec 2023 17:46:57 -0700 Subject: [PATCH 2/2] Conda - Lower the used dateparser version To be compatible with the requirements.txt of the inicheck pip install --- conda/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/environment.yml b/conda/environment.yml index aa5ec1a1..3655d91e 100644 --- a/conda/environment.yml +++ b/conda/environment.yml @@ -8,7 +8,7 @@ dependencies: - cftime=1.5.2 - coloredlogs - cython - - dateparser=0.7.4 + - dateparser=0.7.2 - gcc=8.5.0 - make - nco