This will fix an issue building qgis. * gnu/packages/maths.scm (netcdf): Update to 4.7.4. [source]: Remove the netcdf-tst_h_par.patch, also change the naming of the source tarball, as the name seems to have changed for recent releases. [inputs]: Update hdf5 and add curl. * gnu/packages/patches/netcdf-tst_h_par.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove deleted patch.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/libdispatch/derror.c
 | 
						|
+++ b/libdispatch/derror.c
 | 
						|
@@ -13,7 +13,7 @@
 | 
						|
 #endif
 | 
						|
 
 | 
						|
 /** @internal The version string for the library, used by
 | 
						|
  * nc_inq_libvers(). */
 | 
						|
-static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" $";
 | 
						|
+static const char nc_libvers[] = PACKAGE_VERSION " $";
 | 
						|
 
 | 
						|
 /**
 |