Skip to content

Commit

Permalink
Change the license to MIT
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Jan 9, 2025
1 parent f944a4d commit 9ea390c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/swan/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ FC=gfortran make config
make mpi

install -m 0755 swan.exe ${PREFIX}/bin
install -m 0755 swanrun ${PREFIX}/bin

unlink ${BUILD_PREFIX}/bin/gfortran
3 changes: 3 additions & 0 deletions recipes/swan/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ requirements:
- {{ stdlib('c') }}
- {{ compiler('fortran') }}
host:
- perl
- openmpi
- netcdf-fortran
run:
Expand All @@ -29,11 +30,13 @@ requirements:
test:
commands:
- test -x ${PREFIX}/bin/swan.exe
- test -x ${PREFIX}/bin/swanrun

about:
home: https://swanmodel.sourceforge.io/
license: GPL-3.0-or-later
license_family: GPL3
license_file: PRINT
summary: A third-generation wave model, that computes random, short-crested wind-generated waves in coastal regions and inland waters.
doc_url: https://swanmodel.sourceforge.io/
dev_url: https://swanmodel.sourceforge.io/online_doc/swanuse/swanuse.html
Expand Down

0 comments on commit 9ea390c

Please sign in to comment.