From a7ea8387f9eb5e5dfa943ba05ca01269d941683a Mon Sep 17 00:00:00 2001 From: David Minton Date: Wed, 31 Jan 2024 11:19:42 -0500 Subject: [PATCH] Updated build scripts --- environment.yml | 17 +++++++++++++++++ pyproject.toml | 2 +- src/globals/globals_module.f90 | 2 +- version.txt | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 933cb3fe1..2ecab5d60 100644 --- a/environment.yml +++ b/environment.yml @@ -21,3 +21,20 @@ dependencies: - x264>=1!157.20191217 - ffmpeg>=4.3.2 - cython>=3.0.0 + - pkg-config + - meson-python>=0.14 + - setuptools_scm>=8 + - fftw>=3.3.8 + - blas-devel>=3.8 + - matplotlib-base>=3.7 + - requests + - pooch>=1.1 + - cartopy>=0.18.0 + - gmt>=6.1.1 + - pygmt>=0.3.0 + - ducc0>=0.15 + - palettable>=3.3 + - jupyter + - pip + - flake8 + - pyshtools diff --git a/pyproject.toml b/pyproject.toml index 5fde1057a..c8480e7b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "swiftest" -version = "2023.12.2" +version = "2024.1.0" authors=[ {name = 'David A. Minton', email='daminton@purdue.edu'}, {name = 'Carlisle Wishard'}, diff --git a/src/globals/globals_module.f90 b/src/globals/globals_module.f90 index ec79028be..ff8c91429 100644 --- a/src/globals/globals_module.f90 +++ b/src/globals/globals_module.f90 @@ -48,7 +48,7 @@ module globals integer(I4B), parameter :: UPPERCASE_OFFSET = iachar('A') - iachar('a') !! ASCII character set parameter for lower to upper !! conversion - offset between upper and lower - character(*), parameter :: VERSION = "2023.12.2" !! Swiftest version + character(*), parameter :: VERSION = "2024.1.0" !! Swiftest version !> Symbolic name for integrator types character(*), parameter :: UNKNOWN_INTEGRATOR = "UKNOWN INTEGRATOR" diff --git a/version.txt b/version.txt index dbe03d474..f96d3c435 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2023.12.2 \ No newline at end of file +2024.1.0 \ No newline at end of file