mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			422 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			422 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- c/src/ci/MEDfileCompatibility.c
 | |
| +++ w/src/ci/MEDfileCompatibility.c
 | |
| @@ -113,7 +113,7 @@
 | |
|  #if MED_NUM_MAJEUR != 4
 | |
|  #error "Don't forget to update the test version here when you change the major version of the library !"
 | |
|  #endif
 | |
| -#if H5_VERS_MINOR > 10
 | |
| +#if 0
 | |
|  #error "Don't forget to check the compatibility version of the library, depending on the internal hdf model choice !"
 | |
|  #error "Cf. _MEDfileCreate ..."
 | |
|  #endif
 |