Skip to content

Commit 1c8d21f

Browse files
committed
preparing 2.0 release
1 parent 253e498 commit 1c8d21f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

snapPkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=1.5.0
1+
VERSION=2.0.0
22
VERSION_=`echo -n $VERSION | tr '.' '_'`
33
PLATFORM=bionic
44
#svn copy https://svn.met.no/snap/trunk \

src/test/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ include ../common/snap.mk
1010

1111
all:
1212

13+
install:
14+
1315
test: find_parameters_fi_test bsnap_naccident
1416
./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meteo20200415_00_ringhals.nc u_wind && \
1517
./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
4042
${F77} -c ${F77FLAGS} $(INCLUDES) $<
4143

4244

43-
.PHONY: clean distclean test
45+
.PHONY: clean distclean test install

0 commit comments

Comments
 (0)