From 1c8d21fb7267b8ee12f9b0c175c5b0959a6c1e2e Mon Sep 17 00:00:00 2001 From: Heiko Klein Date: Wed, 6 May 2020 15:02:44 +0200 Subject: [PATCH] preparing 2.0 release --- snapPkg.sh | 2 +- src/test/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/snapPkg.sh b/snapPkg.sh index 3283c7d1..216d0d4e 100644 --- a/snapPkg.sh +++ b/snapPkg.sh @@ -1,4 +1,4 @@ -VERSION=1.5.0 +VERSION=2.0.0 VERSION_=`echo -n $VERSION | tr '.' '_'` PLATFORM=bionic #svn copy https://svn.met.no/snap/trunk \ diff --git a/src/test/Makefile b/src/test/Makefile index 6cdb5c29..2636e827 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -10,6 +10,8 @@ include ../common/snap.mk all: +install: + test: find_parameters_fi_test bsnap_naccident ./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meteo20200415_00_ringhals.nc u_wind && \ ./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meps_det_2_5km_20200316T00Z_ringhals.nc x_wind_ml && \ @@ -40,4 +42,4 @@ testDateCalc.o: testDateCalc.f90 ${F77} -c ${F77FLAGS} $(INCLUDES) $< -.PHONY: clean distclean test +.PHONY: clean distclean test install