star-build

Automation tool for project installation
git clone git://git.meso-star.com/star-build.git
Log | Files | Refs | README | LICENSE

netcdf_4.9.3_patch.mk (270B)


      1 netcdf:
      2 	@prefix=$$(cat .prefix) &&\
      3 	pc="$$(pkg-config --path netcdf)" &&\
      4 	path="$${prefix}/lib/pkgconfig" &&\
      5 	mkdir -p "$${path}" &&\
      6 	sed -e 's/HDF5::HDF5/hdf5/' \
      7 	    -e 's/hdf5::hdf5_hl/hdf5_hl/' \
      8 	    -e 's/CURL::libcurl/curl/' "$${pc}" > "$${path}/netcdf.pc"