comparison src/of-netcdf.mk @ 4421:e76a7e02174d

of-netcdf: allow build in dev octave * src/of-netcdf-1-fixes.patch: new file * dist-files.mk: add of-netcdf-1-fixes.patch * src/of-netcdf.mk: run autogen.sh on src dir
author John D
date Fri, 14 Jul 2017 11:53:49 -0400
parents 05523ddd7961
children 1933a9113e65
comparison
equal deleted inserted replaced
4420:99466fa41fd7 4421:e76a7e02174d
16 $(SED) -n 's,.*title="netcdf-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 16 $(SED) -n 's,.*title="netcdf-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1 17 head -1
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 cd '$(1)/src' && source ./autogen.sh
21 $(OCTAVE_FORGE_PKG_BUILD) 22 $(OCTAVE_FORGE_PKG_BUILD)
22 endef 23 endef