Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 31, 2024
1 parent d4c88a1 commit a7ea838
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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'},
Expand Down
2 changes: 1 addition & 1 deletion src/globals/globals_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.12.2
2024.1.0

0 comments on commit a7ea838

Please sign in to comment.